#6CBC75

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

Shades of Fern #6CBC75

Tints of Fern #6CBC75

Color information

#6CBC75 (or 0x6CBC75) is unknown color: approx Fern. HEX triplet: 6C, BC and 75. RGB value is (108,188,117). Sum of RGB (Red+Green+Blue) = 108+188+117=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBC75 is #93438A. Grayscale: #9C9C9C. Windows color (decimal): -9651083 or 7715948. OLE color: 7715948.

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

Color convert

RGB108188117-
CMYK0.4300.380.26
HSL126.75º37.38%58.04%-
HSV(B)126.75º42.55%73.73%-
XYZ27.3840.4423.19-
YUV155.9910693.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.15%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=26.15%
G=45.52%
B=28.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081881170.4300.380.26126.7537.3858.04
Hex6CBC752B0261A7f253a
Octal15427416553046321774572
Binary11011001011110011101011010110100110110101111111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,188,117); }

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

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

 a { background-color: rgb(108,188,117); }

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

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

 span { border-color: rgb(108,188,117); }

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