Html Css Color HEX #5A6516 Fiji Green

📋 copy color: '#5A6516'

red 90 ◦ green 101 ◦ blue 22

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

Shades of Fiji Green #5A6516

Tints of Fiji Green #5A6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.42%

 BLUE value IS 22 (8.98% from 255) = 10.33%

R = 42.25%
G = 47.42%
B = 10.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#5A6516 (or 0x5A6516) is known color: Fiji Green. HEX triplet: 5A, 65 and 16. RGB value is (90,101,22). Sum of RGB (Red+Green+Blue) = 90+101+22=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6516 is #A59AE9. Grayscale: #595959. Windows color (decimal): -10853098 or 1467738. OLE color: 1467738.

HSL color Cylindrical-coordinate representation of color #5A6516: hue angle of 68.35º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A6516 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 101 22 -
CMYK 0.11 0 0.78 0.60
HSL 68.35º 0.64% 0.24% -
HSV(B) 68.35º 0.78% 0.4% -
XYZ 9.01 11.54 2.51 -
YUV 88.71 90.36 128.92 -
System Red Green Blue C M Y K H S L
Decimal 90 101 22 0.11 0 0.78 0.60 68.35 0.64 0.24
Hex 5A 65 16 B 0 4E 3C 44 40 18
Octal 132 145 26 13 0 116 74 104 100 30
Binary 1011010 1100101 10110 1011 0 1001110 111100 1000100 1000000 11000

Color Harmonies of #5A6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6516

Black with #5A6516

Text Example


Text Example

White with #5A6516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,101,22); }

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

background-color css

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

 a { background-color: rgb(90,101,22); }

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

border-color css

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

 span { border-color: rgb(90,101,22); }

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