#5A6512

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

Shades of Fiji Green #5A6512

Tints of Fiji Green #5A6512

Color information

#5A6512 (or 0x5A6512) is unknown color: approx Fiji Green. HEX triplet: 5A, 65 and 12. RGB value is (90,101,18). Sum of RGB (Red+Green+Blue) = 90+101+18=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6512 is #A59AED. Grayscale: #585858. Windows color (decimal): -10853102 or 1205594. OLE color: 1205594.

HSL color Cylindrical-coordinate representation of color #5A6512: hue angle of 67.95º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A6512 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB9010118-
CMYK0.1100.820.60
HSL67.95º69.75%23.33%-
HSV(B)67.95º82.18%39.61%-
XYZ8.9811.522.32-
YUV88.2588.36129.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.06%
GREEN value IS 101 (39.84% from 255) = 48.33%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=43.06%
G=48.33%
B=8.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101180.1100.820.6067.9569.7523.33
Hex5A6512B0523C444617
Octal132145221301227410410627
Binary10110101100101100101011010100101111001000100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,101,18); }

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

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

 a { background-color: rgb(90,101,18); }

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

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

 span { border-color: rgb(90,101,18); }

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