#5E7C05

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

Shades of Fiji Green #5E7C05

Tints of Fiji Green #5E7C05

Color information

#5E7C05 (or 0x5E7C05) is unknown color: approx Fiji Green. HEX triplet: 5E, 7C and 05. RGB value is (94,124,5). Sum of RGB (Red+Green+Blue) = 94+124+5=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7C05 is #A183FA. Grayscale: #656565. Windows color (decimal): -10585083 or 359518. OLE color: 359518.

HSL color Cylindrical-coordinate representation of color #5E7C05: hue angle of 75.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E7C05 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB941245-
CMYK0.2400.960.51
HSL75.13º92.25%25.29%-
HSV(B)75.13º95.97%48.63%-
XYZ11.8516.812.76-
YUV101.4673.56122.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.15%
GREEN value IS 124 (48.83% from 255) = 55.61%
BLUE value IS 5 (2.34% from 255) = 2.24%
R=42.15%
G=55.61%
B=2.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9412450.2400.960.5175.1392.2525.29
Hex5E7C518060334b5c19
Octal13617453001406311313431
Binary1011110111110010111000011000001100111001011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,124,5); }

 H1.HeaderClassName
 {
   color: #5E7C05;
 }
 .AnyTagClassName
 {
   color: #5E7C05;
 }
</style>
background-color css

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

 a { background-color: rgb(94,124,5); }

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

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

 span { border-color: rgb(94,124,5); }

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