Html Css Color HEX #5A7000 Fiji Green

📋 copy color: '#5A7000'

red 90 ◦ green 112 ◦ blue 0

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

Shades of Fiji Green #5A7000

Tints of Fiji Green #5A7000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.55%
G = 55.45%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#5A7000 (or 0x5A7000) is known color: Fiji Green. HEX triplet: 5A, 70 and 00. RGB value is (90,112,0). Sum of RGB (Red+Green+Blue) = 90+112+0=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7000 is #A58FFF. Grayscale: #5D5D5D. Windows color (decimal): -10850304 or 28762. OLE color: 28762.

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

Color convert

RGB 90 112 0 -
CMYK 0.20 0 1 0.56
HSL 71.79º 1% 0.22% -
HSV(B) 71.79º 1% 0.44% -
XYZ 10.01 13.76 2.13 -
YUV 92.65 75.71 126.11 -
System Red Green Blue C M Y K H S L
Decimal 90 112 0 0.20 0 1 0.56 71.79 1 0.22
Hex 5A 70 0 14 0 64 38 48 64 16
Octal 132 160 0 24 0 144 70 110 144 26
Binary 1011010 1110000 0 10100 0 1100100 111000 1001000 1100100 10110

Color Harmonies of #5A7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7000

Black with #5A7000

Text Example


Text Example

White with #5A7000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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