#616519

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

Shades of Fiji Green #616519

Tints of Fiji Green #616519

Color information

#616519 (or 0x616519) is unknown color: approx Fiji Green. HEX triplet: 61, 65 and 19. RGB value is (97,101,25). Sum of RGB (Red+Green+Blue) = 97+101+25=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 101 - color contains mainly: green. Hex color #616519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616519 is #9E9AE6. Grayscale: #5B5B5B. Windows color (decimal): -10394343 or 1664353. OLE color: 1664353.

HSL color Cylindrical-coordinate representation of color #616519: hue angle of 63.16º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #616519 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB9710125-
CMYK0.0400.750.60
HSL63.16º60.32%24.71%-
HSV(B)63.16º75.25%39.61%-
XYZ9.7611.922.71-
YUV91.1490.67132.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 101 (39.84% from 255) = 45.29%
BLUE value IS 25 (10.16% from 255) = 11.21%
R=43.50%
G=45.29%
B=11.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97101250.0400.750.6063.1660.3224.71
Hex616519404B3C3f3c19
Octal141145314011374777431
Binary11000011100101110011000100101111110011111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616519; }

 p { color: rgb(97,101,25); }

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

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

 a { background-color: rgb(97,101,25); }

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

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

 span { border-color: rgb(97,101,25); }

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