#6CBC74

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

Shades of Fern #6CBC74

Tints of Fern #6CBC74

Color information

#6CBC74 (or 0x6CBC74) is unknown color: approx Fern. HEX triplet: 6C, BC and 74. RGB value is (108,188,116). Sum of RGB (Red+Green+Blue) = 108+188+116=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBC74 is #93438B. Grayscale: #9C9C9C. Windows color (decimal): -9651084 or 7650412. OLE color: 7650412.

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

Color convert

RGB108188116-
CMYK0.4300.380.26
HSL126º37.38%58.04%-
HSV(B)126º42.55%73.73%-
XYZ27.3240.4222.88-
YUV155.87105.593.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.21%
GREEN value IS 188 (73.83% from 255) = 45.63%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=26.21%
G=45.63%
B=28.16%

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
Decimal1081881160.4300.380.2612637.3858.04
Hex6CBC742B0261A7e253a
Octal15427416453046321764572
Binary11011001011110011101001010110100110110101111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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