Html Css Color HEX #5A7021 Fiji Green

📋 copy color: '#5A7021'

red 90 ◦ green 112 ◦ blue 33

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

Shades of Fiji Green #5A7021

Tints of Fiji Green #5A7021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.04%

R = 38.3%
G = 47.66%
B = 14.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#5A7021 (or 0x5A7021) is known color: Fiji Green. HEX triplet: 5A, 70 and 21. RGB value is (90,112,33). Sum of RGB (Red+Green+Blue) = 90+112+33=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7021 is #A58FDE. Grayscale: #606060. Windows color (decimal): -10850271 or 2191450. OLE color: 2191450.

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

Color convert

RGB 90 112 33 -
CMYK 0.20 0 0.71 0.56
HSL 76.71º 0.54% 0.28% -
HSV(B) 76.71º 0.71% 0.44% -
XYZ 10.29 13.87 3.57 -
YUV 96.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 90 112 33 0.20 0 0.71 0.56 76.71 0.54 0.28
Hex 5A 70 21 14 0 47 38 4D 36 1C
Octal 132 160 41 24 0 107 70 115 66 34
Binary 1011010 1110000 100001 10100 0 1000111 111000 1001101 110110 11100

Color Harmonies of #5A7021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7021

Black with #5A7021

Text Example


Text Example

White with #5A7021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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