Html Css Color HEX #5E740F Fiji Green

📋 copy color: '#5E740F'

red 94 ◦ green 116 ◦ blue 15

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

Shades of Fiji Green #5E740F

Tints of Fiji Green #5E740F

RGB

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

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

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

R = 41.78%
G = 51.56%
B = 6.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#5E740F (or 0x5E740F) is known color: Fiji Green. HEX triplet: 5E, 74 and 0F. RGB value is (94,116,15). Sum of RGB (Red+Green+Blue) = 94+116+15=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #5E740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E740F is #A18BF0. Grayscale: #626262. Windows color (decimal): -10587121 or 1012830. OLE color: 1012830.

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

Color convert

RGB 94 116 15 -
CMYK 0.19 0 0.87 0.55
HSL 73.07º 0.77% 0.26% -
HSV(B) 73.07º 0.87% 0.45% -
XYZ 10.95 14.9 2.75 -
YUV 97.91 81.21 125.21 -
System Red Green Blue C M Y K H S L
Decimal 94 116 15 0.19 0 0.87 0.55 73.07 0.77 0.26
Hex 5E 74 F 13 0 57 37 49 4D 1A
Octal 136 164 17 23 0 127 67 111 115 32
Binary 1011110 1110100 1111 10011 0 1010111 110111 1001001 1001101 11010

Color Harmonies of #5E740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E740F

Black with #5E740F

Text Example


Text Example

White with #5E740F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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