Html Css Color HEX #5E7401 Fiji Green

📋 copy color: '#5E7401'

red 94 ◦ green 116 ◦ blue 1

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

Shades of Fiji Green #5E7401

Tints of Fiji Green #5E7401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 44.55%
G = 54.98%
B = 0.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#5E7401 (or 0x5E7401) is known color: Fiji Green. HEX triplet: 5E, 74 and 01. RGB value is (94,116,1). Sum of RGB (Red+Green+Blue) = 94+116+1=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7401 is #A18BFE. Grayscale: #606060. Windows color (decimal): -10587135 or 95326. OLE color: 95326.

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

Color convert

RGB 94 116 1 -
CMYK 0.19 0 0.99 0.55
HSL 71.48º 0.98% 0.23% -
HSV(B) 71.48º 0.99% 0.45% -
XYZ 10.87 14.87 2.33 -
YUV 96.31 74.21 126.35 -
System Red Green Blue C M Y K H S L
Decimal 94 116 1 0.19 0 0.99 0.55 71.48 0.98 0.23
Hex 5E 74 1 13 0 63 37 47 62 17
Octal 136 164 1 23 0 143 67 107 142 27
Binary 1011110 1110100 1 10011 0 1100011 110111 1000111 1100010 10111

Color Harmonies of #5E7401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7401

Black with #5E7401

Text Example


Text Example

White with #5E7401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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