#616416

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

Shades of Fiji Green #616416

Tints of Fiji Green #616416

Color information

#616416 (or 0x616416) is unknown color: approx Fiji Green. HEX triplet: 61, 64 and 16. RGB value is (97,100,22). Sum of RGB (Red+Green+Blue) = 97+100+22=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #616416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616416 is #9E9BE9. Grayscale: #5A5A5A. Windows color (decimal): -10394602 or 1467489. OLE color: 1467489.

HSL color Cylindrical-coordinate representation of color #616416: hue angle of 62.31º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #616416 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB9710022-
CMYK0.0300.780.61
HSL62.31º63.93%23.92%-
HSV(B)62.31º78%39.22%-
XYZ9.6311.712.51-
YUV90.2189.51132.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=44.29%
G=45.66%
B=10.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97100220.0300.780.6162.3163.9323.92
Hex616416304E3D3e4018
Octal1411442630116757610030
Binary11000011100100101101101001110111101111110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616416; }

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

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

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

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

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

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

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

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