Html Css Color HEX #5A7112 Fiji Green

📋 copy color: '#5A7112'

red 90 ◦ green 113 ◦ blue 18

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

Shades of Fiji Green #5A7112

Tints of Fiji Green #5A7112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.13%

 BLUE value IS 18 (7.42% from 255) = 8.14%

R = 40.72%
G = 51.13%
B = 8.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#5A7112 (or 0x5A7112) is known color: Fiji Green. HEX triplet: 5A, 71 and 12. RGB value is (90,113,18). Sum of RGB (Red+Green+Blue) = 90+113+18=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7112 is #A58EED. Grayscale: #5F5F5F. Windows color (decimal): -10850030 or 1208666. OLE color: 1208666.

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

Color convert

RGB 90 113 18 -
CMYK 0.20 0 0.84 0.56
HSL 74.53º 0.73% 0.26% -
HSV(B) 74.53º 0.84% 0.44% -
XYZ 10.23 14.03 2.74 -
YUV 95.29 84.38 124.22 -
System Red Green Blue C M Y K H S L
Decimal 90 113 18 0.20 0 0.84 0.56 74.53 0.73 0.26
Hex 5A 71 12 14 0 54 38 4B 49 1A
Octal 132 161 22 24 0 124 70 113 111 32
Binary 1011010 1110001 10010 10100 0 1010100 111000 1001011 1001001 11010

Color Harmonies of #5A7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7112

Black with #5A7112

Text Example


Text Example

White with #5A7112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,113,18); }

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

background-color css

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

 a { background-color: rgb(90,113,18); }

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

border-color css

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

 span { border-color: rgb(90,113,18); }

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