#6BB077

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

Shades of Fern #6BB077

Tints of Fern #6BB077

Color information

#6BB077 (or 0x6BB077) is unknown color: approx Fern. HEX triplet: 6B, B0 and 77. RGB value is (107,176,119). Sum of RGB (Red+Green+Blue) = 107+176+119=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB077 is #944F88. Grayscale: #959595. Windows color (decimal): -9719689 or 7843947. OLE color: 7843947.

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

Color convert

RGB107176119-
CMYK0.3900.320.31
HSL130.43º30.4%55.49%-
HSV(B)130.43º39.2%69.02%-
XYZ24.9235.5122.99-
YUV148.87111.1498.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.62%
GREEN value IS 176 (69.14% from 255) = 43.78%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=26.62%
G=43.78%
B=29.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071761190.3900.320.31130.4330.455.49
Hex6BB077270201F821e37
Octal15326016747040372023667
Binary11010111011000011101111001110100000111111000001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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