Html Css Color HEX #5A770F Fiji Green

📋 copy color: '#5A770F'

red 90 ◦ green 119 ◦ blue 15

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

Shades of Fiji Green #5A770F

Tints of Fiji Green #5A770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.13%

 BLUE value IS 15 (6.25% from 255) = 6.7%

R = 40.18%
G = 53.13%
B = 6.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#5A770F (or 0x5A770F) is known color: Fiji Green. HEX triplet: 5A, 77 and 0F. RGB value is (90,119,15). Sum of RGB (Red+Green+Blue) = 90+119+15=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #5A770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A770F is #A588F0. Grayscale: #626262. Windows color (decimal): -10848497 or 1013594. OLE color: 1013594.

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

Color convert

RGB 90 119 15 -
CMYK 0.24 0 0.87 0.53
HSL 76.73º 0.78% 0.26% -
HSV(B) 76.73º 0.87% 0.47% -
XYZ 10.9 15.4 2.85 -
YUV 98.47 80.89 121.96 -
System Red Green Blue C M Y K H S L
Decimal 90 119 15 0.24 0 0.87 0.53 76.73 0.78 0.26
Hex 5A 77 F 18 0 57 35 4D 4E 1A
Octal 132 167 17 30 0 127 65 115 116 32
Binary 1011010 1110111 1111 11000 0 1010111 110101 1001101 1001110 11010

Color Harmonies of #5A770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A770F

Black with #5A770F

Text Example


Text Example

White with #5A770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,119,15); }

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

background-color css

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

 a { background-color: rgb(90,119,15); }

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

border-color css

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

 span { border-color: rgb(90,119,15); }

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