Html Css Color HEX #5A7300 Fiji Green

📋 copy color: '#5A7300'

red 90 ◦ green 115 ◦ blue 0

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

Shades of Fiji Green #5A7300

Tints of Fiji Green #5A7300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.1%

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

R = 43.9%
G = 56.1%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#5A7300 (or 0x5A7300) is known color: Fiji Green. HEX triplet: 5A, 73 and 00. RGB value is (90,115,0). Sum of RGB (Red+Green+Blue) = 90+115+0=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7300 is #A58CFF. Grayscale: #5E5E5E. Windows color (decimal): -10849536 or 29530. OLE color: 29530.

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

Color convert

RGB 90 115 0 -
CMYK 0.22 0 1 0.55
HSL 73.04º 1% 0.23% -
HSV(B) 73.04º 1% 0.45% -
XYZ 10.35 14.44 2.24 -
YUV 94.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 90 115 0 0.22 0 1 0.55 73.04 1 0.23
Hex 5A 73 0 16 0 64 37 49 64 17
Octal 132 163 0 26 0 144 67 111 144 27
Binary 1011010 1110011 0 10110 0 1100100 110111 1001001 1100100 10111

Color Harmonies of #5A7300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7300

Black with #5A7300

Text Example


Text Example

White with #5A7300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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