#6AB065

Color #6AB065 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #6AB065

Tints of Fern #6AB065

Color information

#6AB065 (or 0x6AB065) is unknown color: approx Fern. HEX triplet: 6A, B0 and 65. RGB value is (106,176,101). Sum of RGB (Red+Green+Blue) = 106+176+101=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB065 is #954F9A. Grayscale: #929292. Windows color (decimal): -9785243 or 6664298. OLE color: 6664298.

HSL color Cylindrical-coordinate representation of color #6AB065: hue angle of 116º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB065 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB106176101-
CMYK0.4000.430.31
HSL116º32.19%54.31%-
HSV(B)116º42.61%69.02%-
XYZ23.8235.0517.82-
YUV146.52102.3199.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 101 (39.84% from 255) = 26.37%
R=27.68%
G=45.95%
B=26.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061761010.4000.430.3111632.1954.31
Hex6AB0652802B1F742036
Octal15226014550053371644066
Binary11010101011000011001011010000101011111111110100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AB065; }

 p { color: rgb(106,176,101); }

 H1.HeaderClassName
 {
   color: #6AB065;
 }
 .AnyTagClassName
 {
   color: #6AB065;
 }
</style>
background-color css

<style>
 a { background-color: #6AB065; }

 a { background-color: rgb(106,176,101); }

 div.DivClassName
 {
   background-color: #6AB065;
 }
 .BgClassName
 {
   background-color: #6AB065;
 }
</style>
border-color css

<style>
 span { border-color: #6AB065; }

 span { border-color: rgb(106,176,101); }

 td.TdClassName
 {
   border-color: #6AB065;
 }
 .TagClassName
 {
   border-color: #6AB065;
 }
</style>