Html Css Color HEX #5E740D Fiji Green

📋 copy color: '#5E740D'

red 94 ◦ green 116 ◦ blue 13

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

Shades of Fiji Green #5E740D

Tints of Fiji Green #5E740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.02%

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 42.15%
G = 52.02%
B = 5.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#5E740D (or 0x5E740D) is known color: Fiji Green. HEX triplet: 5E, 74 and 0D. RGB value is (94,116,13). Sum of RGB (Red+Green+Blue) = 94+116+13=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #5E740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E740D is #A18BF2. Grayscale: #626262. Windows color (decimal): -10587123 or 881758. OLE color: 881758.

HSL color Cylindrical-coordinate representation of color #5E740D: hue angle of 72.82º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E740D is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 116 13 -
CMYK 0.19 0 0.89 0.55
HSL 72.82º 0.8% 0.25% -
HSV(B) 72.82º 0.89% 0.45% -
XYZ 10.93 14.9 2.68 -
YUV 97.68 80.21 125.38 -
System Red Green Blue C M Y K H S L
Decimal 94 116 13 0.19 0 0.89 0.55 72.82 0.8 0.25
Hex 5E 74 D 13 0 59 37 49 50 19
Octal 136 164 15 23 0 131 67 111 120 31
Binary 1011110 1110100 1101 10011 0 1011001 110111 1001001 1010000 11001

Color Harmonies of #5E740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E740D

Black with #5E740D

Text Example


Text Example

White with #5E740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,116,13); }

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

background-color css

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

 a { background-color: rgb(94,116,13); }

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

border-color css

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

 span { border-color: rgb(94,116,13); }

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