#6BB066

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

Shades of Fern #6BB066

Tints of Fern #6BB066

Color information

#6BB066 (or 0x6BB066) is unknown color: approx Fern. HEX triplet: 6B, B0 and 66. RGB value is (107,176,102). Sum of RGB (Red+Green+Blue) = 107+176+102=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB066 is #944F99. Grayscale: #939393. Windows color (decimal): -9719706 or 6729835. OLE color: 6729835.

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

Color convert

RGB107176102-
CMYK0.3900.420.31
HSL115.95º31.9%54.51%-
HSV(B)115.95º42.05%69.02%-
XYZ23.9935.1418.09-
YUV146.93102.6499.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.79%
GREEN value IS 176 (69.14% from 255) = 45.71%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=27.79%
G=45.71%
B=26.49%

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
Decimal1071761020.3900.420.31115.9531.954.51
Hex6BB0662702A1F742037
Octal15326014647052371644067
Binary11010111011000011001101001110101010111111110100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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