#6AAB68

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

Shades of Fern #6AAB68

Tints of Fern #6AAB68

Color information

#6AAB68 (or 0x6AAB68) is unknown color: approx Fern. HEX triplet: 6A, AB and 68. RGB value is (106,171,104). Sum of RGB (Red+Green+Blue) = 106+171+104=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB68 is #955497. Grayscale: #909090. Windows color (decimal): -9786520 or 6859626. OLE color: 6859626.

HSL color Cylindrical-coordinate representation of color #6AAB68: hue angle of 118.21º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAB68 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB106171104-
CMYK0.3800.390.33
HSL118.21º28.51%53.92%-
HSV(B)118.21º39.18%67.06%-
XYZ23.0133.1918.29-
YUV143.93105.47100.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.82%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=27.82%
G=44.88%
B=27.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711040.3800.390.33118.2128.5153.92
Hex6AAB682602721761d36
Octal15225315046047411663566
Binary11010101010101111010001001100100111100001111011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,171,104); }

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

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

 a { background-color: rgb(106,171,104); }

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

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

 span { border-color: rgb(106,171,104); }

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