Html Css Color HEX #5A7801 Fiji Green

📋 copy color: '#5A7801'

red 90 ◦ green 120 ◦ blue 1

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

Shades of Fiji Green #5A7801

Tints of Fiji Green #5A7801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 42.65%
G = 56.87%
B = 0.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#5A7801 (or 0x5A7801) is known color: Fiji Green. HEX triplet: 5A, 78 and 01. RGB value is (90,120,1). Sum of RGB (Red+Green+Blue) = 90+120+1=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7801 is #A587FE. Grayscale: #616161. Windows color (decimal): -10848255 or 96346. OLE color: 96346.

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

Color convert

RGB 90 120 1 -
CMYK 0.25 0 0.99 0.53
HSL 75.13º 0.98% 0.24% -
HSV(B) 75.13º 0.99% 0.47% -
XYZ 10.94 15.61 2.47 -
YUV 97.46 73.56 122.68 -
System Red Green Blue C M Y K H S L
Decimal 90 120 1 0.25 0 0.99 0.53 75.13 0.98 0.24
Hex 5A 78 1 19 0 63 35 4B 62 18
Octal 132 170 1 31 0 143 65 113 142 30
Binary 1011010 1111000 1 11001 0 1100011 110101 1001011 1100010 11000

Color Harmonies of #5A7801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7801

Black with #5A7801

Text Example


Text Example

White with #5A7801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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