Html Css Color HEX #5A7211 Fiji Green

📋 copy color: '#5A7211'

red 90 ◦ green 114 ◦ blue 17

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

Shades of Fiji Green #5A7211

Tints of Fiji Green #5A7211

RGB

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

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

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

R = 40.72%
G = 51.58%
B = 7.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#5A7211 (or 0x5A7211) is known color: Fiji Green. HEX triplet: 5A, 72 and 11. RGB value is (90,114,17). Sum of RGB (Red+Green+Blue) = 90+114+17=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7211 is #A58DEE. Grayscale: #606060. Windows color (decimal): -10849775 or 1143386. OLE color: 1143386.

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

Color convert

RGB 90 114 17 -
CMYK 0.21 0 0.85 0.55
HSL 74.85º 0.74% 0.26% -
HSV(B) 74.85º 0.85% 0.45% -
XYZ 10.33 14.25 2.74 -
YUV 95.77 83.55 123.89 -
System Red Green Blue C M Y K H S L
Decimal 90 114 17 0.21 0 0.85 0.55 74.85 0.74 0.26
Hex 5A 72 11 15 0 55 37 4B 4A 1A
Octal 132 162 21 25 0 125 67 113 112 32
Binary 1011010 1110010 10001 10101 0 1010101 110111 1001011 1001010 11010

Color Harmonies of #5A7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7211

Black with #5A7211

Text Example


Text Example

White with #5A7211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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