#656C20

Color #656C20 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #656C20

Tints of Fiji Green #656C20

Color information

#656C20 (or 0x656C20) is unknown color: approx Fiji Green. HEX triplet: 65, 6C and 20. RGB value is (101,108,32). Sum of RGB (Red+Green+Blue) = 101+108+32=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #656C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656C20 is #9A93DF. Grayscale: #616161. Windows color (decimal): -10130400 or 2124901. OLE color: 2124901.

HSL color Cylindrical-coordinate representation of color #656C20: hue angle of 65.53º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #656C20 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB10110832-
CMYK0.0600.700.58
HSL65.53º54.29%27.45%-
HSV(B)65.53º70.37%42.35%-
XYZ10.9913.63.41-
YUV97.2491.18130.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 108 (42.58% from 255) = 44.81%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=41.91%
G=44.81%
B=13.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101108320.0600.700.5865.5354.2927.45
Hex656C2060463A42361b
Octal1451544060106721026633
Binary1100101110110010000011001000110111010100001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656C20; }

 p { color: rgb(101,108,32); }

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

<style>
 a { background-color: #656C20; }

 a { background-color: rgb(101,108,32); }

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

<style>
 span { border-color: #656C20; }

 span { border-color: rgb(101,108,32); }

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