Html Css Color HEX #5E780A Fiji Green

📋 copy color: '#5E780A'

red 94 ◦ green 120 ◦ blue 10

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

Shades of Fiji Green #5E780A

Tints of Fiji Green #5E780A

RGB

 RED value IS 94 (37.11% from 255) = 41.96%

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

 BLUE value IS 10 (4.3% from 255) = 4.46%

R = 41.96%
G = 53.57%
B = 4.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#5E780A (or 0x5E780A) is known color: Fiji Green. HEX triplet: 5E, 78 and 0A. RGB value is (94,120,10). Sum of RGB (Red+Green+Blue) = 94+120+10=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #5E780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E780A is #A187F5. Grayscale: #646464. Windows color (decimal): -10586102 or 686174. OLE color: 686174.

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

Color convert

RGB 94 120 10 -
CMYK 0.22 0 0.92 0.53
HSL 74.18º 0.85% 0.25% -
HSV(B) 74.18º 0.92% 0.47% -
XYZ 11.39 15.83 2.74 -
YUV 99.69 77.39 123.94 -
System Red Green Blue C M Y K H S L
Decimal 94 120 10 0.22 0 0.92 0.53 74.18 0.85 0.25
Hex 5E 78 A 16 0 5C 35 4A 55 19
Octal 136 170 12 26 0 134 65 112 125 31
Binary 1011110 1111000 1010 10110 0 1011100 110101 1001010 1010101 11001

Color Harmonies of #5E780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E780A

Black with #5E780A

Text Example


Text Example

White with #5E780A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,120,10); }

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

background-color css

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

 a { background-color: rgb(94,120,10); }

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

border-color css

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

 span { border-color: rgb(94,120,10); }

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