#607516

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

Shades of Fiji Green #607516

Tints of Fiji Green #607516

Color information

#607516 (or 0x607516) is unknown color: approx Fiji Green. HEX triplet: 60, 75 and 16. RGB value is (96,117,22). Sum of RGB (Red+Green+Blue) = 96+117+22=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #607516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607516 is #9F8AE9. Grayscale: #646464. Windows color (decimal): -10455786 or 1471840. OLE color: 1471840.

HSL color Cylindrical-coordinate representation of color #607516: hue angle of 73.26º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #607516 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB9611722-
CMYK0.1800.810.54
HSL73.26º68.35%27.25%-
HSV(B)73.26º81.2%45.88%-
XYZ11.3315.273.11-
YUV99.8984.04125.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 22 (8.98% from 255) = 9.36%
R=40.85%
G=49.79%
B=9.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96117220.1800.810.5473.2668.3527.25
Hex607516120513649441b
Octal140165262201216611110433
Binary110000011101011011010010010100011101101001001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607516; }

 p { color: rgb(96,117,22); }

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

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

 a { background-color: rgb(96,117,22); }

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

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

 span { border-color: rgb(96,117,22); }

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