#5A6014

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

Shades of Fiji Green #5A6014

Tints of Fiji Green #5A6014

Color information

#5A6014 (or 0x5A6014) is unknown color: approx Fiji Green. HEX triplet: 5A, 60 and 14. RGB value is (90,96,20). Sum of RGB (Red+Green+Blue) = 90+96+20=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6014 is #A59FEB. Grayscale: #555555. Windows color (decimal): -10854380 or 1335386. OLE color: 1335386.

HSL color Cylindrical-coordinate representation of color #5A6014: hue angle of 64.74º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A6014 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB909620-
CMYK0.0600.790.62
HSL64.74º65.52%22.75%-
HSV(B)64.74º79.17%37.65%-
XYZ8.5310.592.26-
YUV85.5491.01131.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.69%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 20 (8.20% from 255) = 9.71%
R=43.69%
G=46.60%
B=9.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096200.0600.790.6264.7465.5222.75
Hex5A6014604F3E414217
Octal13214024601177610110227
Binary1011010110000010100110010011111111101000001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,96,20); }

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

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

 a { background-color: rgb(90,96,20); }

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

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

 span { border-color: rgb(90,96,20); }

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