#606116

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

Shades of Fiji Green #606116

Tints of Fiji Green #606116

Color information

#606116 (or 0x606116) is unknown color: approx Fiji Green. HEX triplet: 60, 61 and 16. RGB value is (96,97,22). Sum of RGB (Red+Green+Blue) = 96+97+22=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #606116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606116 is #9F9EE9. Grayscale: #585858. Windows color (decimal): -10460906 or 1466720. OLE color: 1466720.

HSL color Cylindrical-coordinate representation of color #606116: hue angle of 60.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #606116 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB969722-
CMYK0.0100.770.62
HSL60.8º63.03%23.33%-
HSV(B)60.8º77.32%38.04%-
XYZ9.2411.092.41-
YUV88.1590.67133.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=44.65%
G=45.12%
B=10.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697220.0100.770.6260.863.0323.33
Hex606116104D3E3d3f17
Octal140141261011576757727
Binary110000011000011011010100110111111011110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606116; }

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

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

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

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

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

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

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

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