#6BB974

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

Shades of Fern #6BB974

Tints of Fern #6BB974

Color information

#6BB974 (or 0x6BB974) is unknown color: approx Fern. HEX triplet: 6B, B9 and 74. RGB value is (107,185,116). Sum of RGB (Red+Green+Blue) = 107+185+116=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB974 is #94468B. Grayscale: #9A9A9A. Windows color (decimal): -9717388 or 7649643. OLE color: 7649643.

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

Color convert

RGB107185116-
CMYK0.4200.370.27
HSL126.92º35.78%57.25%-
HSV(B)126.92º42.16%72.55%-
XYZ26.5639.0822.67-
YUV153.81106.6694.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.23%
GREEN value IS 185 (72.66% from 255) = 45.34%
BLUE value IS 116 (45.70% from 255) = 28.43%
R=26.23%
G=45.34%
B=28.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071851160.4200.370.27126.9235.7857.25
Hex6BB9742A0251B7f2439
Octal15327116452045331774471
Binary11010111011100111101001010100100101110111111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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