#596A02

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

Shades of Fiji Green #596A02

Tints of Fiji Green #596A02

Color information

#596A02 (or 0x596A02) is unknown color: approx Fiji Green. HEX triplet: 59, 6A and 02. RGB value is (89,106,2). Sum of RGB (Red+Green+Blue) = 89+106+2=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #596A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596A02 is #A695FD. Grayscale: #595959. Windows color (decimal): -10917374 or 158297. OLE color: 158297.

HSL color Cylindrical-coordinate representation of color #596A02: hue angle of 69.81º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #596A02 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB891062-
CMYK0.1600.980.58
HSL69.81º96.3%21.18%-
HSV(B)69.81º98.11%41.57%-
XYZ9.2812.441.97-
YUV89.0678.87127.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 106 (41.80% from 255) = 53.81%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=45.18%
G=53.81%
B=1.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8910620.1600.980.5869.8196.321.18
Hex596A2100623A466015
Octal13115222001427210614025
Binary101100111010101010000011000101110101000110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596A02; }

 p { color: rgb(89,106,2); }

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

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

 a { background-color: rgb(89,106,2); }

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

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

 span { border-color: rgb(89,106,2); }

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