#6CBC68

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

Shades of Fern #6CBC68

Tints of Fern #6CBC68

Color information

#6CBC68 (or 0x6CBC68) is unknown color: approx Fern. HEX triplet: 6C, BC and 68. RGB value is (108,188,104). Sum of RGB (Red+Green+Blue) = 108+188+104=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBC68 is #934397. Grayscale: #9A9A9A. Windows color (decimal): -9651096 or 6863980. OLE color: 6863980.

HSL color Cylindrical-coordinate representation of color #6CBC68: hue angle of 117.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CBC68 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB108188104-
CMYK0.4300.450.26
HSL117.14º38.53%57.25%-
HSV(B)117.14º44.68%73.73%-
XYZ26.6740.1519.44-
YUV154.599.594.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27%
GREEN value IS 188 (73.83% from 255) = 47%
BLUE value IS 104 (41.02% from 255) = 26%
R=27%
G=47%
B=26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081881040.4300.450.26117.1438.5357.25
Hex6CBC682B02D1A752739
Octal15427415053055321654771
Binary11011001011110011010001010110101101110101110101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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