#5A6712

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

Shades of Fiji Green #5A6712

Tints of Fiji Green #5A6712

Color information

#5A6712 (or 0x5A6712) is unknown color: approx Fiji Green. HEX triplet: 5A, 67 and 12. RGB value is (90,103,18). Sum of RGB (Red+Green+Blue) = 90+103+18=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6712 is #A598ED. Grayscale: #595959. Windows color (decimal): -10852590 or 1206106. OLE color: 1206106.

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

Color convert

RGB9010318-
CMYK0.1300.830.60
HSL69.18º70.25%23.73%-
HSV(B)69.18º82.52%40.39%-
XYZ9.1811.922.39-
YUV89.4287.69128.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 103 (40.62% from 255) = 48.82%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=42.65%
G=48.82%
B=8.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90103180.1300.830.6069.1870.2523.73
Hex5A6712D0533C454618
Octal132147221501237410510630
Binary10110101100111100101101010100111111001000101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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