#6BBD76

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

Shades of Fern #6BBD76

Tints of Fern #6BBD76

Color information

#6BBD76 (or 0x6BBD76) is unknown color: approx Fern. HEX triplet: 6B, BD and 76. RGB value is (107,189,118). Sum of RGB (Red+Green+Blue) = 107+189+118=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBD76 is #944289. Grayscale: #9C9C9C. Windows color (decimal): -9716362 or 7781739. OLE color: 7781739.

HSL color Cylindrical-coordinate representation of color #6BBD76: hue angle of 128.05º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBD76 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB107189118-
CMYK0.4300.380.26
HSL128.05º38.32%58.04%-
HSV(B)128.05º43.39%74.12%-
XYZ27.5340.8323.57-
YUV156.39106.3392.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.85%
GREEN value IS 189 (74.22% from 255) = 45.65%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=25.85%
G=45.65%
B=28.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071891180.4300.380.26128.0538.3258.04
Hex6BBD762B0261A80263a
Octal15327516653046322004672
Binary110101110111101111011010101101001101101010000000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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