#616504

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

Shades of Fiji Green #616504

Tints of Fiji Green #616504

Color information

#616504 (or 0x616504) is unknown color: approx Fiji Green. HEX triplet: 61, 65 and 04. RGB value is (97,101,4). Sum of RGB (Red+Green+Blue) = 97+101+4=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #616504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616504 is #9E9AFB. Grayscale: #595959. Windows color (decimal): -10394364 or 288097. OLE color: 288097.

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

Color convert

RGB971014-
CMYK0.0400.960.60
HSL62.47º92.38%20.59%-
HSV(B)62.47º96.04%39.61%-
XYZ9.6111.861.9-
YUV88.7580.17133.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 101 (39.84% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 1.98%
R=48.02%
G=50%
B=1.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9710140.0400.960.6062.4792.3820.59
Hex6165440603C3e5c15
Octal141145440140747613425
Binary1100001110010110010001100000111100111110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616504; }

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

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

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

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

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

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

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

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