#657220

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

Shades of Fiji Green #657220

Tints of Fiji Green #657220

Color information

#657220 (or 0x657220) is unknown color: approx Fiji Green. HEX triplet: 65, 72 and 20. RGB value is (101,114,32). Sum of RGB (Red+Green+Blue) = 101+114+32=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #657220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657220 is #9A8DDF. Grayscale: #656565. Windows color (decimal): -10128864 or 2126437. OLE color: 2126437.

HSL color Cylindrical-coordinate representation of color #657220: hue angle of 69.51º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #657220 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB10111432-
CMYK0.1100.720.55
HSL69.51º56.16%28.63%-
HSV(B)69.51º71.93%44.71%-
XYZ11.6414.913.63-
YUV100.7689.19128.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 32 (12.89% from 255) = 12.96%
R=40.89%
G=46.15%
B=12.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101114320.1100.720.5569.5156.1628.63
Hex657220B0483746381d
Octal14516240130110671067035
Binary11001011110010100000101101001000110111100011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657220; }

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

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

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

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

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

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

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

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