Html Css Color HEX #5A720E Fiji Green

📋 copy color: '#5A720E'

red 90 ◦ green 114 ◦ blue 14

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

Shades of Fiji Green #5A720E

Tints of Fiji Green #5A720E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.29%

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 41.28%
G = 52.29%
B = 6.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#5A720E (or 0x5A720E) is known color: Fiji Green. HEX triplet: 5A, 72 and 0E. RGB value is (90,114,14). Sum of RGB (Red+Green+Blue) = 90+114+14=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #5A720E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A720E is #A58DF1. Grayscale: #5F5F5F. Windows color (decimal): -10849778 or 946778. OLE color: 946778.

HSL color Cylindrical-coordinate representation of color #5A720E: hue angle of 74.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A720E is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 114 14 -
CMYK 0.21 0 0.88 0.55
HSL 74.4º 0.78% 0.25% -
HSV(B) 74.4º 0.88% 0.45% -
XYZ 10.31 14.24 2.62 -
YUV 95.42 82.05 124.13 -
System Red Green Blue C M Y K H S L
Decimal 90 114 14 0.21 0 0.88 0.55 74.4 0.78 0.25
Hex 5A 72 E 15 0 58 37 4A 4E 19
Octal 132 162 16 25 0 130 67 112 116 31
Binary 1011010 1110010 1110 10101 0 1011000 110111 1001010 1001110 11001

Color Harmonies of #5A720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A720E

Black with #5A720E

Text Example


Text Example

White with #5A720E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,114,14); }

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

background-color css

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

 a { background-color: rgb(90,114,14); }

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

border-color css

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

 span { border-color: rgb(90,114,14); }

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