Html Css Color HEX #5A7008 Fiji Green

📋 copy color: '#5A7008'

red 90 ◦ green 112 ◦ blue 8

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

Shades of Fiji Green #5A7008

Tints of Fiji Green #5A7008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 42.86%
G = 53.33%
B = 3.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#5A7008 (or 0x5A7008) is known color: Fiji Green. HEX triplet: 5A, 70 and 08. RGB value is (90,112,8). Sum of RGB (Red+Green+Blue) = 90+112+8=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7008 is #A58FF7. Grayscale: #5D5D5D. Windows color (decimal): -10850296 or 553050. OLE color: 553050.

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

Color convert

RGB 90 112 8 -
CMYK 0.20 0 0.93 0.56
HSL 72.69º 0.87% 0.24% -
HSV(B) 72.69º 0.93% 0.44% -
XYZ 10.05 13.78 2.36 -
YUV 93.57 79.71 125.46 -
System Red Green Blue C M Y K H S L
Decimal 90 112 8 0.20 0 0.93 0.56 72.69 0.87 0.24
Hex 5A 70 8 14 0 5D 38 49 57 18
Octal 132 160 10 24 0 135 70 111 127 30
Binary 1011010 1110000 1000 10100 0 1011101 111000 1001001 1010111 11000

Color Harmonies of #5A7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7008

Black with #5A7008

Text Example


Text Example

White with #5A7008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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