#6BAB70

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

Shades of Fern #6BAB70

Tints of Fern #6BAB70

Color information

#6BAB70 (or 0x6BAB70) is unknown color: approx Fern. HEX triplet: 6B, AB and 70. RGB value is (107,171,112). Sum of RGB (Red+Green+Blue) = 107+171+112=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB70 is #94548F. Grayscale: #919191. Windows color (decimal): -9720976 or 7383915. OLE color: 7383915.

HSL color Cylindrical-coordinate representation of color #6BAB70: hue angle of 124.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAB70 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB107171112-
CMYK0.3700.350.33
HSL124.69º27.59%54.51%-
HSV(B)124.69º37.43%67.06%-
XYZ23.5533.4220.54-
YUV145.14109.3100.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.44%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=27.44%
G=43.85%
B=28.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071711120.3700.350.33124.6927.5954.51
Hex6BAB7025023217d1c37
Octal15325316045043411753467
Binary11010111010101111100001001010100011100001111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,171,112); }

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

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

 a { background-color: rgb(107,171,112); }

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

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

 span { border-color: rgb(107,171,112); }

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