#5E7A1F

Color #5E7A1F Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5E7A1F

Tints of Fiji Green #5E7A1F

Color information

#5E7A1F (or 0x5E7A1F) is unknown color: approx 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

RGB9412231-
CMYK0.2300.750.52
HSL78.46º59.48%30%-
HSV(B)78.46º74.59%47.84%-
XYZ11.8216.43.84-
YUV103.2587.22121.4-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94122310.2300.750.5278.4659.4830
Hex5E7A1F1704B344e3b1e
Octal13617237270113641167336
Binary10111101111010111111011101001011110100100111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>