#6CB464

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

Shades of Fern #6CB464

Tints of Fern #6CB464

Color information

#6CB464 (or 0x6CB464) is unknown color: approx Fern. HEX triplet: 6C, B4 and 64. RGB value is (108,180,100). Sum of RGB (Red+Green+Blue) = 108+180+100=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB464 is #934B9B. Grayscale: #959595. Windows color (decimal): -9653148 or 6599788. OLE color: 6599788.

HSL color Cylindrical-coordinate representation of color #6CB464: hue angle of 114º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CB464 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB108180100-
CMYK0.4000.440.29
HSL114º34.78%54.9%-
HSV(B)114º44.44%70.59%-
XYZ24.8136.7517.84-
YUV149.35100.1598.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.84%
GREEN value IS 180 (70.70% from 255) = 46.39%
BLUE value IS 100 (39.45% from 255) = 25.77%
R=27.84%
G=46.39%
B=25.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801000.4000.440.2911434.7854.9
Hex6CB4642802C1D722337
Octal15426414450054351624367
Binary11011001011010011001001010000101100111011110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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