#6BAF66

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

Shades of Fern #6BAF66

Tints of Fern #6BAF66

Color information

#6BAF66 (or 0x6BAF66) is unknown color: approx Fern. HEX triplet: 6B, AF and 66. RGB value is (107,175,102). Sum of RGB (Red+Green+Blue) = 107+175+102=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF66 is #945099. Grayscale: #929292. Windows color (decimal): -9719962 or 6729579. OLE color: 6729579.

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

Color convert

RGB107175102-
CMYK0.3900.420.31
HSL115.89º31.33%54.31%-
HSV(B)115.89º41.71%68.63%-
XYZ23.7934.7518.02-
YUV146.35102.9799.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.86%
GREEN value IS 175 (68.75% from 255) = 45.57%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=27.86%
G=45.57%
B=26.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751020.3900.420.31115.8931.3354.31
Hex6BAF662702A1F741f36
Octal15325714647052371643766
Binary1101011101011111100110100111010101011111111010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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