#6BAB64

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

Shades of Fern #6BAB64

Tints of Fern #6BAB64

Color information

#6BAB64 (or 0x6BAB64) is unknown color: approx Fern. HEX triplet: 6B, AB and 64. RGB value is (107,171,100). Sum of RGB (Red+Green+Blue) = 107+171+100=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB64 is #94549B. Grayscale: #8F8F8F. Windows color (decimal): -9720988 or 6597483. OLE color: 6597483.

HSL color Cylindrical-coordinate representation of color #6BAB64: hue angle of 114.08º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BAB64 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB107171100-
CMYK0.3700.420.33
HSL114.08º29.71%53.14%-
HSV(B)114.08º41.52%67.06%-
XYZ22.9333.1717.25-
YUV143.77103.3101.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 171 (67.19% from 255) = 45.24%
BLUE value IS 100 (39.45% from 255) = 26.46%
R=28.31%
G=45.24%
B=26.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071711000.3700.420.33114.0829.7153.14
Hex6BAB642502A21721e35
Octal15325314445052411623665
Binary11010111010101111001001001010101010100001111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,171,100); }

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

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

 a { background-color: rgb(107,171,100); }

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

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

 span { border-color: rgb(107,171,100); }

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