Html Css Color HEX #5A7804 Fiji Green

📋 copy color: '#5A7804'

red 90 ◦ green 120 ◦ blue 4

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

Shades of Fiji Green #5A7804

Tints of Fiji Green #5A7804

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.07%

 BLUE value IS 4 (1.95% from 255) = 1.87%

R = 42.06%
G = 56.07%
B = 1.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#5A7804 (or 0x5A7804) is known color: Fiji Green. HEX triplet: 5A, 78 and 04. RGB value is (90,120,4). Sum of RGB (Red+Green+Blue) = 90+120+4=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7804 is #A587FB. Grayscale: #626262. Windows color (decimal): -10848252 or 292954. OLE color: 292954.

HSL color Cylindrical-coordinate representation of color #5A7804: hue angle of 75.52º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A7804 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 120 4 -
CMYK 0.25 0 0.97 0.53
HSL 75.52º 0.94% 0.24% -
HSV(B) 75.52º 0.97% 0.47% -
XYZ 10.95 15.62 2.55 -
YUV 97.81 75.06 122.43 -
System Red Green Blue C M Y K H S L
Decimal 90 120 4 0.25 0 0.97 0.53 75.52 0.94 0.24
Hex 5A 78 4 19 0 61 35 4C 5E 18
Octal 132 170 4 31 0 141 65 114 136 30
Binary 1011010 1111000 100 11001 0 1100001 110101 1001100 1011110 11000

Color Harmonies of #5A7804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7804

Black with #5A7804

Text Example


Text Example

White with #5A7804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,120,4); }

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

background-color css

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

 a { background-color: rgb(90,120,4); }

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

border-color css

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

 span { border-color: rgb(90,120,4); }

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