Html Css Color HEX #5A7216 Fiji Green

📋 copy color: '#5A7216'

red 90 ◦ green 114 ◦ blue 22

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

Shades of Fiji Green #5A7216

Tints of Fiji Green #5A7216

RGB

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

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

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

R = 39.82%
G = 50.44%
B = 9.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#5A7216 (or 0x5A7216) is known color: Fiji Green. HEX triplet: 5A, 72 and 16. RGB value is (90,114,22). Sum of RGB (Red+Green+Blue) = 90+114+22=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7216 is #A58DE9. Grayscale: #606060. Windows color (decimal): -10849770 or 1471066. OLE color: 1471066.

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

Color convert

RGB 90 114 22 -
CMYK 0.21 0 0.81 0.55
HSL 75.65º 0.68% 0.27% -
HSV(B) 75.65º 0.81% 0.45% -
XYZ 10.38 14.27 2.97 -
YUV 96.34 86.05 123.48 -
System Red Green Blue C M Y K H S L
Decimal 90 114 22 0.21 0 0.81 0.55 75.65 0.68 0.27
Hex 5A 72 16 15 0 51 37 4C 44 1B
Octal 132 162 26 25 0 121 67 114 104 33
Binary 1011010 1110010 10110 10101 0 1010001 110111 1001100 1000100 11011

Color Harmonies of #5A7216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7216

Black with #5A7216

Text Example


Text Example

White with #5A7216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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