Html Css Color HEX #5A780E Fiji Green

📋 copy color: '#5A780E'

red 90 ◦ green 120 ◦ blue 14

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

Shades of Fiji Green #5A780E

Tints of Fiji Green #5A780E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 40.18%
G = 53.57%
B = 6.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#5A780E (or 0x5A780E) is known color: Fiji Green. HEX triplet: 5A, 78 and 0E. RGB value is (90,120,14). Sum of RGB (Red+Green+Blue) = 90+120+14=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #5A780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A780E is #A587F1. Grayscale: #636363. Windows color (decimal): -10848242 or 948314. OLE color: 948314.

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

Color convert

RGB 90 120 14 -
CMYK 0.25 0 0.88 0.53
HSL 76.98º 0.79% 0.26% -
HSV(B) 76.98º 0.88% 0.47% -
XYZ 11.01 15.64 2.85 -
YUV 98.95 80.06 121.62 -
System Red Green Blue C M Y K H S L
Decimal 90 120 14 0.25 0 0.88 0.53 76.98 0.79 0.26
Hex 5A 78 E 19 0 58 35 4D 4F 1A
Octal 132 170 16 31 0 130 65 115 117 32
Binary 1011010 1111000 1110 11001 0 1011000 110101 1001101 1001111 11010

Color Harmonies of #5A780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A780E

Black with #5A780E

Text Example


Text Example

White with #5A780E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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