Html Css Color HEX #5E701E Fiji Green

📋 copy color: '#5E701E'

red 94 ◦ green 112 ◦ blue 30

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

Shades of Fiji Green #5E701E

Tints of Fiji Green #5E701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.46%

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 39.83%
G = 47.46%
B = 12.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#5E701E (or 0x5E701E) is known color: Fiji Green. HEX triplet: 5E, 70 and 1E. RGB value is (94,112,30). Sum of RGB (Red+Green+Blue) = 94+112+30=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #5E701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E701E is #A18FE1. Grayscale: #616161. Windows color (decimal): -10588130 or 1994846. OLE color: 1994846.

HSL color Cylindrical-coordinate representation of color #5E701E: hue angle of 73.17º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E701E is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 30 -
CMYK 0.16 0 0.73 0.56
HSL 73.17º 0.58% 0.28% -
HSV(B) 73.17º 0.73% 0.44% -
XYZ 10.64 14.06 3.38 -
YUV 97.27 90.04 125.67 -
System Red Green Blue C M Y K H S L
Decimal 94 112 30 0.16 0 0.73 0.56 73.17 0.58 0.28
Hex 5E 70 1E 10 0 49 38 49 3A 1C
Octal 136 160 36 20 0 111 70 111 72 34
Binary 1011110 1110000 11110 10000 0 1001001 111000 1001001 111010 11100

Color Harmonies of #5E701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E701E

Black with #5E701E

Text Example


Text Example

White with #5E701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,112,30); }

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

background-color css

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

 a { background-color: rgb(94,112,30); }

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

border-color css

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

 span { border-color: rgb(94,112,30); }

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