#616216

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

Shades of Fiji Green #616216

Tints of Fiji Green #616216

Color information

#616216 (or 0x616216) is unknown color: approx Fiji Green. HEX triplet: 61, 62 and 16. RGB value is (97,98,22). Sum of RGB (Red+Green+Blue) = 97+98+22=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #616216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616216 is #9E9DE9. Grayscale: #595959. Windows color (decimal): -10395114 or 1466977. OLE color: 1466977.

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

Color convert

RGB979822-
CMYK0.0100.780.62
HSL60.79º63.33%23.53%-
HSV(B)60.79º77.55%38.43%-
XYZ9.4411.332.45-
YUV89.0490.17133.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=44.70%
G=45.16%
B=10.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798220.0100.780.6260.7963.3323.53
Hex616216104E3E3d3f18
Octal141142261011676757730
Binary110000111000101011010100111011111011110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616216; }

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

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

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

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

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

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

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

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