#6CC064

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

Shades of Fern #6CC064

Tints of Fern #6CC064

Color information

#6CC064 (or 0x6CC064) is unknown color: approx Fern. HEX triplet: 6C, C0 and 64. RGB value is (108,192,100). Sum of RGB (Red+Green+Blue) = 108+192+100=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC064 is #933F9B. Grayscale: #9C9C9C. Windows color (decimal): -9650076 or 6602860. OLE color: 6602860.

HSL color Cylindrical-coordinate representation of color #6CC064: hue angle of 114.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CC064 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB108192100-
CMYK0.4400.480.25
HSL114.78º42.2%57.25%-
HSV(B)114.78º47.92%75.29%-
XYZ27.3341.8118.69-
YUV156.496.1793.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27%
GREEN value IS 192 (75.39% from 255) = 48%
BLUE value IS 100 (39.45% from 255) = 25%
R=27%
G=48%
B=25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081921000.4400.480.25114.7842.257.25
Hex6CC0642C03019732a39
Octal15430014454060311635271
Binary11011001100000011001001011000110000110011110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,192,100); }

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

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

 a { background-color: rgb(108,192,100); }

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

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

 span { border-color: rgb(108,192,100); }

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