#6BB971

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

Shades of Fern #6BB971

Tints of Fern #6BB971

Color information

#6BB971 (or 0x6BB971) is unknown color: approx Fern. HEX triplet: 6B, B9 and 71. RGB value is (107,185,113). Sum of RGB (Red+Green+Blue) = 107+185+113=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB971 is #94468E. Grayscale: #999999. Windows color (decimal): -9717391 or 7453035. OLE color: 7453035.

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

Color convert

RGB107185113-
CMYK0.4200.390.27
HSL124.62º35.78%57.25%-
HSV(B)124.62º42.16%72.55%-
XYZ26.3939.0221.76-
YUV153.47105.1694.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.42%
GREEN value IS 185 (72.66% from 255) = 45.68%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=26.42%
G=45.68%
B=27.90%

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
Decimal1071851130.4200.390.27124.6235.7857.25
Hex6BB9712A0271B7d2439
Octal15327116152047331754471
Binary11010111011100111100011010100100111110111111101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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