Html Css Color HEX #5A7017 Fiji Green

📋 copy color: '#5A7017'

red 90 ◦ green 112 ◦ blue 23

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

Shades of Fiji Green #5A7017

Tints of Fiji Green #5A7017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.78%

 BLUE value IS 23 (9.38% from 255) = 10.22%

R = 40%
G = 49.78%
B = 10.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#5A7017 (or 0x5A7017) is known color: Fiji Green. HEX triplet: 5A, 70 and 17. RGB value is (90,112,23). Sum of RGB (Red+Green+Blue) = 90+112+23=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7017 is #A58FE8. Grayscale: #5F5F5F. Windows color (decimal): -10850281 or 1536090. OLE color: 1536090.

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

Color convert

RGB 90 112 23 -
CMYK 0.20 0 0.79 0.56
HSL 74.83º 0.66% 0.26% -
HSV(B) 74.83º 0.79% 0.44% -
XYZ 10.17 13.82 2.94 -
YUV 95.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 90 112 23 0.20 0 0.79 0.56 74.83 0.66 0.26
Hex 5A 70 17 14 0 4F 38 4B 42 1A
Octal 132 160 27 24 0 117 70 113 102 32
Binary 1011010 1110000 10111 10100 0 1001111 111000 1001011 1000010 11010

Color Harmonies of #5A7017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7017

Black with #5A7017

Text Example


Text Example

White with #5A7017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,112,23); }

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

background-color css

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

 a { background-color: rgb(90,112,23); }

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

border-color css

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

 span { border-color: rgb(90,112,23); }

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