#6BAF70

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

Shades of Fern #6BAF70

Tints of Fern #6BAF70

Color information

#6BAF70 (or 0x6BAF70) is unknown color: approx Fern. HEX triplet: 6B, AF and 70. RGB value is (107,175,112). Sum of RGB (Red+Green+Blue) = 107+175+112=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF70 is #94508F. Grayscale: #939393. Windows color (decimal): -9719952 or 7384939. OLE color: 7384939.

HSL color Cylindrical-coordinate representation of color #6BAF70: hue angle of 124.41º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAF70 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB107175112-
CMYK0.3900.360.31
HSL124.41º29.82%55.29%-
HSV(B)124.41º38.86%68.63%-
XYZ24.3234.9620.79-
YUV147.49107.9799.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.16%
GREEN value IS 175 (68.75% from 255) = 44.42%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=27.16%
G=44.42%
B=28.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751120.3900.360.31124.4129.8255.29
Hex6BAF70270241F7c1e37
Octal15325716047044371743667
Binary1101011101011111110000100111010010011111111110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,175,112); }

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

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

 a { background-color: rgb(107,175,112); }

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

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

 span { border-color: rgb(107,175,112); }

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