#5E720F

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

Shades of Fiji Green #5E720F

Tints of Fiji Green #5E720F

Color information

#5E720F (or 0x5E720F) is unknown color: approx Fiji Green. HEX triplet: 5E, 72 and 0F. RGB value is (94,114,15). Sum of RGB (Red+Green+Blue) = 94+114+15=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #5E720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E720F is #A18DF0. Grayscale: #616161. Windows color (decimal): -10587633 or 1012318. OLE color: 1012318.

HSL color Cylindrical-coordinate representation of color #5E720F: hue angle of 72.12º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E720F is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB9411415-
CMYK0.1800.870.55
HSL72.12º76.74%25.29%-
HSV(B)72.12º86.84%44.71%-
XYZ10.7214.452.68-
YUV96.7381.87126.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.15%
GREEN value IS 114 (44.92% from 255) = 51.12%
BLUE value IS 15 (6.25% from 255) = 6.73%
R=42.15%
G=51.12%
B=6.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94114150.1800.870.5572.1276.7425.29
Hex5E72F1205737484d19
Octal136162172201276711011531
Binary10111101110010111110010010101111101111001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,114,15); }

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

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

 a { background-color: rgb(94,114,15); }

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

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

 span { border-color: rgb(94,114,15); }

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