Html Css Color HEX #5E701F Fiji Green

📋 copy color: '#5E701F'

red 94 ◦ green 112 ◦ blue 31

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

Shades of Fiji Green #5E701F

Tints of Fiji Green #5E701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 39.66%
G = 47.26%
B = 13.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#5E701F (or 0x5E701F) is known color: Fiji Green. HEX triplet: 5E, 70 and 1F. RGB value is (94,112,31). Sum of RGB (Red+Green+Blue) = 94+112+31=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #5E701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E701F is #A18FE0. Grayscale: #616161. Windows color (decimal): -10588129 or 2060382. OLE color: 2060382.

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

Color convert

RGB 94 112 31 -
CMYK 0.16 0 0.72 0.56
HSL 73.33º 0.57% 0.28% -
HSV(B) 73.33º 0.72% 0.44% -
XYZ 10.66 14.07 3.45 -
YUV 97.38 90.54 125.59 -
System Red Green Blue C M Y K H S L
Decimal 94 112 31 0.16 0 0.72 0.56 73.33 0.57 0.28
Hex 5E 70 1F 10 0 48 38 49 39 1C
Octal 136 160 37 20 0 110 70 111 71 34
Binary 1011110 1110000 11111 10000 0 1001000 111000 1001001 111001 11100

Color Harmonies of #5E701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E701F

Black with #5E701F

Text Example


Text Example

White with #5E701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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