Html Css Color HEX #596A01 Fiji Green

📋 copy color: '#596A01'

red 89 ◦ green 106 ◦ blue 1

#596A01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #596A01

Tints of Fiji Green #596A01

RGB

 RED value IS 89 (35.16% from 255) = 45.41%

 GREEN value IS 106 (41.8% from 255) = 54.08%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 45.41%
G = 54.08%
B = 0.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#596A01 (or 0x596A01) is known color: Fiji Green. HEX triplet: 59, 6A and 01. RGB value is (89,106,1). Sum of RGB (Red+Green+Blue) = 89+106+1=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #596A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596A01 is #A695FE. Grayscale: #595959. Windows color (decimal): -10917375 or 92761. OLE color: 92761.

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

Color convert

RGB 89 106 1 -
CMYK 0.16 0 0.99 0.58
HSL 69.71º 0.98% 0.21% -
HSV(B) 69.71º 0.99% 0.42% -
XYZ 9.28 12.43 1.94 -
YUV 88.95 78.37 128.04 -
System Red Green Blue C M Y K H S L
Decimal 89 106 1 0.16 0 0.99 0.58 69.71 0.98 0.21
Hex 59 6A 1 10 0 63 3A 46 62 15
Octal 131 152 1 20 0 143 72 106 142 25
Binary 1011001 1101010 1 10000 0 1100011 111010 1000110 1100010 10101

Color Harmonies of #596A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596A01

Black with #596A01

Text Example


Text Example

White with #596A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #596A01;
 }
 .AnyTagClassName
 {
   color: #596A01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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