Html Css Color HEX #5E7A1F Fiji Green

📋 copy color: '#5E7A1F'

red 94 ◦ green 122 ◦ blue 31

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

Shades of Fiji Green #5E7A1F

Tints of Fiji Green #5E7A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.39%

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

R = 38.06%
G = 49.39%
B = 12.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#5E7A1F (or 0x5E7A1F) is known color: Fiji Green. HEX triplet: 5E, 7A and 1F. RGB value is (94,122,31). Sum of RGB (Red+Green+Blue) = 94+122+31=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7A1F is #A185E0. Grayscale: #676767. Windows color (decimal): -10585569 or 2062942. OLE color: 2062942.

HSL color Cylindrical-coordinate representation of color #5E7A1F: hue angle of 78.46º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E7A1F is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 122 31 -
CMYK 0.23 0 0.75 0.52
HSL 78.46º 0.59% 0.3% -
HSV(B) 78.46º 0.75% 0.48% -
XYZ 11.82 16.4 3.84 -
YUV 103.25 87.22 121.4 -
System Red Green Blue C M Y K H S L
Decimal 94 122 31 0.23 0 0.75 0.52 78.46 0.59 0.3
Hex 5E 7A 1F 17 0 4B 34 4E 3B 1E
Octal 136 172 37 27 0 113 64 116 73 36
Binary 1011110 1111010 11111 10111 0 1001011 110100 1001110 111011 11110

Color Harmonies of #5E7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7A1F

Black with #5E7A1F

Text Example


Text Example

White with #5E7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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