Html Css Color HEX #5A7711 Fiji Green

📋 copy color: '#5A7711'

red 90 ◦ green 119 ◦ blue 17

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

Shades of Fiji Green #5A7711

Tints of Fiji Green #5A7711

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.65%

 BLUE value IS 17 (7.03% from 255) = 7.52%

R = 39.82%
G = 52.65%
B = 7.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#5A7711 (or 0x5A7711) is known color: Fiji Green. HEX triplet: 5A, 77 and 11. RGB value is (90,119,17). Sum of RGB (Red+Green+Blue) = 90+119+17=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7711 is #A588EE. Grayscale: #636363. Windows color (decimal): -10848495 or 1144666. OLE color: 1144666.

HSL color Cylindrical-coordinate representation of color #5A7711: hue angle of 77.06º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A7711 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 119 17 -
CMYK 0.24 0 0.86 0.53
HSL 77.06º 0.75% 0.27% -
HSV(B) 77.06º 0.86% 0.47% -
XYZ 10.91 15.41 2.93 -
YUV 98.7 81.89 121.79 -
System Red Green Blue C M Y K H S L
Decimal 90 119 17 0.24 0 0.86 0.53 77.06 0.75 0.27
Hex 5A 77 11 18 0 56 35 4D 4B 1B
Octal 132 167 21 30 0 126 65 115 113 33
Binary 1011010 1110111 10001 11000 0 1010110 110101 1001101 1001011 11011

Color Harmonies of #5A7711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7711

Black with #5A7711

Text Example


Text Example

White with #5A7711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,119,17); }

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

background-color css

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

 a { background-color: rgb(90,119,17); }

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

border-color css

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

 span { border-color: rgb(90,119,17); }

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