#616401

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

Shades of Fiji Green #616401

Tints of Fiji Green #616401

Color information

#616401 (or 0x616401) is unknown color: approx Fiji Green. HEX triplet: 61, 64 and 01. RGB value is (97,100,1). Sum of RGB (Red+Green+Blue) = 97+100+1=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #616401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616401 is #9E9BFE. Grayscale: #585858. Windows color (decimal): -10394623 or 91233. OLE color: 91233.

HSL color Cylindrical-coordinate representation of color #616401: hue angle of 61.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #616401 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB971001-
CMYK0.0300.990.61
HSL61.82º98.02%19.8%-
HSV(B)61.82º99%39.22%-
XYZ9.4911.661.78-
YUV87.8279.01134.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 100 (39.45% from 255) = 50.51%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=48.99%
G=50.51%
B=0.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9710010.0300.990.6161.8298.0219.8
Hex6164130633D3e6214
Octal141144130143757614224
Binary1100001110010011101100011111101111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616401; }

 p { color: rgb(97,100,1); }

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

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

 a { background-color: rgb(97,100,1); }

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

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

 span { border-color: rgb(97,100,1); }

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