#5E7016

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

Shades of Fiji Green #5E7016

Tints of Fiji Green #5E7016

Color information

#5E7016 (or 0x5E7016) is unknown color: approx Fiji Green. HEX triplet: 5E, 70 and 16. RGB value is (94,112,22). Sum of RGB (Red+Green+Blue) = 94+112+22=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7016 is #A18FE9. Grayscale: #606060. Windows color (decimal): -10588138 or 1470558. OLE color: 1470558.

HSL color Cylindrical-coordinate representation of color #5E7016: hue angle of 72º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E7016 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB9411222-
CMYK0.1600.800.56
HSL72º67.16%26.27%-
HSV(B)72º80.36%43.92%-
XYZ10.5614.032.91-
YUV96.3686.04126.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.23%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=41.23%
G=49.12%
B=9.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94112220.1600.800.567267.1626.27
Hex5E7016100503848431a
Octal136160262001207011010332
Binary101111011100001011010000010100001110001001000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,112,22); }

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

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

 a { background-color: rgb(94,112,22); }

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

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

 span { border-color: rgb(94,112,22); }

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