#5E7505

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

Shades of Fiji Green #5E7505

Tints of Fiji Green #5E7505

Color information

#5E7505 (or 0x5E7505) is unknown color: approx Fiji Green. HEX triplet: 5E, 75 and 05. RGB value is (94,117,5). Sum of RGB (Red+Green+Blue) = 94+117+5=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7505 is #A18AFA. Grayscale: #616161. Windows color (decimal): -10586875 or 357726. OLE color: 357726.

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

Color convert

RGB941175-
CMYK0.2000.960.54
HSL72.32º91.8%23.92%-
HSV(B)72.32º95.73%45.88%-
XYZ1115.112.48-
YUV97.3575.88125.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.52%
GREEN value IS 117 (46.09% from 255) = 54.17%
BLUE value IS 5 (2.34% from 255) = 2.31%
R=43.52%
G=54.17%
B=2.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9411750.2000.960.5472.3291.823.92
Hex5E7551406036485c18
Octal13616552401406611013430
Binary1011110111010110110100011000001101101001000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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