#6BAF77

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

Shades of Fern #6BAF77

Tints of Fern #6BAF77

Color information

#6BAF77 (or 0x6BAF77) is unknown color: approx Fern. HEX triplet: 6B, AF and 77. RGB value is (107,175,119). Sum of RGB (Red+Green+Blue) = 107+175+119=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF77 is #945088. Grayscale: #949494. Windows color (decimal): -9719945 or 7843691. OLE color: 7843691.

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

Color convert

RGB107175119-
CMYK0.3900.320.31
HSL130.59º29.82%55.29%-
HSV(B)130.59º38.86%68.63%-
XYZ24.7235.1222.93-
YUV148.28111.4798.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.68%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=26.68%
G=43.64%
B=29.68%

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
Decimal1071751190.3900.320.31130.5929.8255.29
Hex6BAF77270201F831e37
Octal15325716747040372033667
Binary11010111010111111101111001110100000111111000001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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