#616204

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

Shades of Fiji Green #616204

Tints of Fiji Green #616204

Color information

#616204 (or 0x616204) is unknown color: approx Fiji Green. HEX triplet: 61, 62 and 04. RGB value is (97,98,4). Sum of RGB (Red+Green+Blue) = 97+98+4=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #616204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616204 is #9E9DFB. Grayscale: #575757. Windows color (decimal): -10395132 or 287329. OLE color: 287329.

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

Color convert

RGB97984-
CMYK0.0100.960.62
HSL60.64º92.16%20%-
HSV(B)60.64º95.92%38.43%-
XYZ9.3211.291.8-
YUV86.9881.17135.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 98 (38.67% from 255) = 49.25%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=48.74%
G=49.25%
B=2.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979840.0100.960.6260.6492.1620
Hex6162410603E3d5c14
Octal141142410140767513424
Binary11000011100010100101100000111110111101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616204; }

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

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

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

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

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

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

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

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