Html Css Color HEX #5A7005 Fiji Green

📋 copy color: '#5A7005'

red 90 ◦ green 112 ◦ blue 5

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

Shades of Fiji Green #5A7005

Tints of Fiji Green #5A7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.11%

 BLUE value IS 5 (2.34% from 255) = 2.42%

R = 43.48%
G = 54.11%
B = 2.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#5A7005 (or 0x5A7005) is known color: Fiji Green. HEX triplet: 5A, 70 and 05. RGB value is (90,112,5). Sum of RGB (Red+Green+Blue) = 90+112+5=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7005 is #A58FFA. Grayscale: #5D5D5D. Windows color (decimal): -10850299 or 356442. OLE color: 356442.

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

Color convert

RGB 90 112 5 -
CMYK 0.20 0 0.96 0.56
HSL 72.34º 0.91% 0.23% -
HSV(B) 72.34º 0.96% 0.44% -
XYZ 10.04 13.77 2.27 -
YUV 93.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 90 112 5 0.20 0 0.96 0.56 72.34 0.91 0.23
Hex 5A 70 5 14 0 60 38 48 5B 17
Octal 132 160 5 24 0 140 70 110 133 27
Binary 1011010 1110000 101 10100 0 1100000 111000 1001000 1011011 10111

Color Harmonies of #5A7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7005

Black with #5A7005

Text Example


Text Example

White with #5A7005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,112,5); }

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

background-color css

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

 a { background-color: rgb(90,112,5); }

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

border-color css

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

 span { border-color: rgb(90,112,5); }

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