Html Css Color HEX #5A6316 Fiji Green

📋 copy color: '#5A6316'

red 90 ◦ green 99 ◦ blue 22

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

Shades of Fiji Green #5A6316

Tints of Fiji Green #5A6316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.92%

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

R = 42.65%
G = 46.92%
B = 10.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#5A6316 (or 0x5A6316) is known color: Fiji Green. HEX triplet: 5A, 63 and 16. RGB value is (90,99,22). Sum of RGB (Red+Green+Blue) = 90+99+22=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6316 is #A59CE9. Grayscale: #575757. Windows color (decimal): -10853610 or 1467226. OLE color: 1467226.

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

Color convert

RGB 90 99 22 -
CMYK 0.09 0 0.78 0.61
HSL 67.01º 0.64% 0.24% -
HSV(B) 67.01º 0.78% 0.39% -
XYZ 8.82 11.16 2.45 -
YUV 87.53 91.02 129.76 -
System Red Green Blue C M Y K H S L
Decimal 90 99 22 0.09 0 0.78 0.61 67.01 0.64 0.24
Hex 5A 63 16 9 0 4E 3D 43 40 18
Octal 132 143 26 11 0 116 75 103 100 30
Binary 1011010 1100011 10110 1001 0 1001110 111101 1000011 1000000 11000

Color Harmonies of #5A6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6316

Black with #5A6316

Text Example


Text Example

White with #5A6316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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