#6BAF76

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

Shades of Fern #6BAF76

Tints of Fern #6BAF76

Color information

#6BAF76 (or 0x6BAF76) is unknown color: approx Fern. HEX triplet: 6B, AF and 76. RGB value is (107,175,118). Sum of RGB (Red+Green+Blue) = 107+175+118=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF76 is #945089. Grayscale: #949494. Windows color (decimal): -9719946 or 7778155. OLE color: 7778155.

HSL color Cylindrical-coordinate representation of color #6BAF76: hue angle of 129.71º 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 #6BAF76 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB107175118-
CMYK0.3900.330.31
HSL129.71º29.82%55.29%-
HSV(B)129.71º38.86%68.63%-
XYZ24.6635.0922.61-
YUV148.17110.9798.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.75%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=26.75%
G=43.75%
B=29.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751180.3900.330.31129.7129.8255.29
Hex6BAF76270211F821e37
Octal15325716647041372023667
Binary11010111010111111101101001110100001111111000001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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