#6BBC70

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

Shades of Fern #6BBC70

Tints of Fern #6BBC70

Color information

#6BBC70 (or 0x6BBC70) is unknown color: approx Fern. HEX triplet: 6B, BC and 70. RGB value is (107,188,112). Sum of RGB (Red+Green+Blue) = 107+188+112=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBC70 is #94438F. Grayscale: #9B9B9B. Windows color (decimal): -9716624 or 7388267. OLE color: 7388267.

HSL color Cylindrical-coordinate representation of color #6BBC70: hue angle of 123.7º 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 #6BBC70 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB107188112-
CMYK0.4300.400.26
HSL123.7º37.67%57.84%-
HSV(B)123.7º43.09%73.73%-
XYZ26.9740.2621.68-
YUV155.12103.6693.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.29%
GREEN value IS 188 (73.83% from 255) = 46.19%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=26.29%
G=46.19%
B=27.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071881120.4300.400.26123.737.6757.84
Hex6BBC702B0281A7c263a
Octal15327416053050321744672
Binary11010111011110011100001010110101000110101111100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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