#657120

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

Shades of Fiji Green #657120

Tints of Fiji Green #657120

Color information

#657120 (or 0x657120) is unknown color: approx Fiji Green. HEX triplet: 65, 71 and 20. RGB value is (101,113,32). Sum of RGB (Red+Green+Blue) = 101+113+32=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #657120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657120 is #9A8EDF. Grayscale: #646464. Windows color (decimal): -10129120 or 2126181. OLE color: 2126181.

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

Color convert

RGB10111332-
CMYK0.1100.720.56
HSL68.89º55.86%28.43%-
HSV(B)68.89º71.68%44.31%-
XYZ11.5314.683.59-
YUV100.1889.52128.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.06%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=41.06%
G=45.93%
B=13.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101113320.1100.720.5668.8955.8628.43
Hex657120B0483845381c
Octal14516140130110701057034
Binary11001011110001100000101101001000111000100010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657120; }

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

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

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

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

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

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

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

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