#616D10

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

Shades of Fiji Green #616D10

Tints of Fiji Green #616D10

Color information

#616D10 (or 0x616D10) is unknown color: approx Fiji Green. HEX triplet: 61, 6D and 10. RGB value is (97,109,16). Sum of RGB (Red+Green+Blue) = 97+109+16=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #616D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616D10 is #9E92EF. Grayscale: #5F5F5F. Windows color (decimal): -10392304 or 1076577. OLE color: 1076577.

HSL color Cylindrical-coordinate representation of color #616D10: hue angle of 67.74º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #616D10 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB9710916-
CMYK0.1100.850.57
HSL67.74º74.4%24.51%-
HSV(B)67.74º85.32%42.75%-
XYZ10.4913.522.55-
YUV94.8183.52129.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 109 (42.97% from 255) = 49.10%
BLUE value IS 16 (6.64% from 255) = 7.21%
R=43.69%
G=49.10%
B=7.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97109160.1100.850.5767.7474.424.51
Hex616D10B05539444a19
Octal141155201301257110411231
Binary11000011101101100001011010101011110011000100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616D10; }

 p { color: rgb(97,109,16); }

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

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

 a { background-color: rgb(97,109,16); }

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

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

 span { border-color: rgb(97,109,16); }

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