Html Css Color HEX #5A6211 Fiji Green

📋 copy color: '#5A6211'

red 90 ◦ green 98 ◦ blue 17

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

Shades of Fiji Green #5A6211

Tints of Fiji Green #5A6211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.8%

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

R = 43.9%
G = 47.8%
B = 8.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#5A6211 (or 0x5A6211) is known color: Fiji Green. HEX triplet: 5A, 62 and 11. RGB value is (90,98,17). Sum of RGB (Red+Green+Blue) = 90+98+17=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6211 is #A59DEE. Grayscale: #565656. Windows color (decimal): -10853871 or 1139290. OLE color: 1139290.

HSL color Cylindrical-coordinate representation of color #5A6211: hue angle of 65.93º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A6211 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 98 17 -
CMYK 0.08 0 0.83 0.62
HSL 65.93º 0.7% 0.23% -
HSV(B) 65.93º 0.83% 0.38% -
XYZ 8.69 10.95 2.19 -
YUV 86.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 90 98 17 0.08 0 0.83 0.62 65.93 0.7 0.23
Hex 5A 62 11 8 0 53 3E 42 46 17
Octal 132 142 21 10 0 123 76 102 106 27
Binary 1011010 1100010 10001 1000 0 1010011 111110 1000010 1000110 10111

Color Harmonies of #5A6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6211

Black with #5A6211

Text Example


Text Example

White with #5A6211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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