Html Css Color HEX #5A710E Fiji Green

📋 copy color: '#5A710E'

red 90 ◦ green 113 ◦ blue 14

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

Shades of Fiji Green #5A710E

Tints of Fiji Green #5A710E

RGB

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

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

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

R = 41.47%
G = 52.07%
B = 6.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#5A710E (or 0x5A710E) is known color: Fiji Green. HEX triplet: 5A, 71 and 0E. RGB value is (90,113,14). Sum of RGB (Red+Green+Blue) = 90+113+14=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #5A710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A710E is #A58EF1. Grayscale: #5F5F5F. Windows color (decimal): -10850034 or 946522. OLE color: 946522.

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

Color convert

RGB 90 113 14 -
CMYK 0.20 0 0.88 0.56
HSL 73.94º 0.78% 0.25% -
HSV(B) 73.94º 0.88% 0.44% -
XYZ 10.2 14.02 2.58 -
YUV 94.84 82.38 124.55 -
System Red Green Blue C M Y K H S L
Decimal 90 113 14 0.20 0 0.88 0.56 73.94 0.78 0.25
Hex 5A 71 E 14 0 58 38 4A 4E 19
Octal 132 161 16 24 0 130 70 112 116 31
Binary 1011010 1110001 1110 10100 0 1011000 111000 1001010 1001110 11001

Color Harmonies of #5A710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A710E

Black with #5A710E

Text Example


Text Example

White with #5A710E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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