#616304

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

Shades of Fiji Green #616304

Tints of Fiji Green #616304

Color information

#616304 (or 0x616304) is unknown color: approx Fiji Green. HEX triplet: 61, 63 and 04. RGB value is (97,99,4). Sum of RGB (Red+Green+Blue) = 97+99+4=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #616304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616304 is #9E9CFB. Grayscale: #575757. Windows color (decimal): -10394876 or 287585. OLE color: 287585.

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

Color convert

RGB97994-
CMYK0.0200.960.61
HSL61.26º92.23%20.2%-
HSV(B)61.26º95.96%38.82%-
XYZ9.4111.471.83-
YUV87.5780.84134.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 4 (1.95% from 255) = 2%
R=48.5%
G=49.5%
B=2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal979940.0200.960.6161.2692.2320.2
Hex6163420603D3d5c14
Octal141143420140757513424
Binary110000111000111001001100000111101111101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616304; }

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

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

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

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

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

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

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

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