Html Css Color HEX #5A7120 Fiji Green

📋 copy color: '#5A7120'

red 90 ◦ green 113 ◦ blue 32

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

Shades of Fiji Green #5A7120

Tints of Fiji Green #5A7120

RGB

 RED value IS 90 (35.55% from 255) = 38.3%

 GREEN value IS 113 (44.53% from 255) = 48.09%

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 38.3%
G = 48.09%
B = 13.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#5A7120 (or 0x5A7120) is known color: Fiji Green. HEX triplet: 5A, 71 and 20. RGB value is (90,113,32). Sum of RGB (Red+Green+Blue) = 90+113+32=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7120 is #A58EDF. Grayscale: #616161. Windows color (decimal): -10850016 or 2126170. OLE color: 2126170.

HSL color Cylindrical-coordinate representation of color #5A7120: hue angle of 77.04º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A7120 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 113 32 -
CMYK 0.20 0 0.72 0.56
HSL 77.04º 0.56% 0.28% -
HSV(B) 77.04º 0.72% 0.44% -
XYZ 10.38 14.09 3.54 -
YUV 96.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 90 113 32 0.20 0 0.72 0.56 77.04 0.56 0.28
Hex 5A 71 20 14 0 48 38 4D 38 1C
Octal 132 161 40 24 0 110 70 115 70 34
Binary 1011010 1110001 100000 10100 0 1001000 111000 1001101 111000 11100

Color Harmonies of #5A7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7120

Black with #5A7120

Text Example


Text Example

White with #5A7120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A7120; }

 p { color: rgb(90,113,32); }

 H1.HeaderClassName
 {
   color: #5A7120;
 }
 .AnyTagClassName
 {
   color: #5A7120;
 }
</style>

background-color css

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

 a { background-color: rgb(90,113,32); }

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

border-color css

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

 span { border-color: rgb(90,113,32); }

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