#607820

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

Shades of Fiji Green #607820

Tints of Fiji Green #607820

Color information

#607820 (or 0x607820) is unknown color: approx Fiji Green. HEX triplet: 60, 78 and 20. RGB value is (96,120,32). Sum of RGB (Red+Green+Blue) = 96+120+32=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #607820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607820 is #9F87DF. Grayscale: #676767. Windows color (decimal): -10455008 or 2127968. OLE color: 2127968.

HSL color Cylindrical-coordinate representation of color #607820: hue angle of 76.36º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #607820 is Cyan = 0.2, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB9612032-
CMYK0.200.730.53
HSL76.36º57.89%29.8%-
HSV(B)76.36º73.33%47.06%-
XYZ11.816.023.84-
YUV102.7988.05123.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=38.71%
G=48.39%
B=12.90%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120320.200.730.5376.3657.8929.8
Hex60782014049354c3a1e
Octal14017040240111651147236
Binary110000011110001000001010001001001110101100110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607820; }

 p { color: rgb(96,120,32); }

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

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

 a { background-color: rgb(96,120,32); }

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

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

 span { border-color: rgb(96,120,32); }

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