#5E7120

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

Shades of Fiji Green #5E7120

Tints of Fiji Green #5E7120

Color information

#5E7120 (or 0x5E7120) is unknown color: approx Fiji Green. HEX triplet: 5E, 71 and 20. RGB value is (94,113,32). Sum of RGB (Red+Green+Blue) = 94+113+32=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7120 is #A18EDF. Grayscale: #626262. Windows color (decimal): -10587872 or 2126174. OLE color: 2126174.

HSL color Cylindrical-coordinate representation of color #5E7120: hue angle of 74.07º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E7120 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB9411332-
CMYK0.1700.720.56
HSL74.07º55.86%28.43%-
HSV(B)74.07º71.68%44.31%-
XYZ10.7814.293.56-
YUV98.0890.71125.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.33%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=39.33%
G=47.28%
B=13.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94113320.1700.720.5674.0755.8628.43
Hex5E712011048384a381c
Octal13616140210110701127034
Binary101111011100011000001000101001000111000100101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,113,32); }

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

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

 a { background-color: rgb(94,113,32); }

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

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

 span { border-color: rgb(94,113,32); }

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