#6BB970

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

Shades of Fern #6BB970

Tints of Fern #6BB970

Color information

#6BB970 (or 0x6BB970) is unknown color: approx Fern. HEX triplet: 6B, B9 and 70. RGB value is (107,185,112). Sum of RGB (Red+Green+Blue) = 107+185+112=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB970 is #94468F. Grayscale: #999999. Windows color (decimal): -9717392 or 7387499. OLE color: 7387499.

HSL color Cylindrical-coordinate representation of color #6BB970: hue angle of 123.85º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BB970 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB107185112-
CMYK0.4200.390.27
HSL123.85º35.78%57.25%-
HSV(B)123.85º42.16%72.55%-
XYZ26.3438.9921.47-
YUV153.36104.6694.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.49%
GREEN value IS 185 (72.66% from 255) = 45.79%
BLUE value IS 112 (44.14% from 255) = 27.72%
R=26.49%
G=45.79%
B=27.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071851120.4200.390.27123.8535.7857.25
Hex6BB9702A0271B7c2439
Octal15327116052047331744471
Binary11010111011100111100001010100100111110111111100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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