#5A946B

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

Shades of Oxley #5A946B

Tints of Oxley #5A946B

Color information

#5A946B (or 0x5A946B) is unknown color: approx Oxley. HEX triplet: 5A, 94 and 6B. RGB value is (90,148,107). Sum of RGB (Red+Green+Blue) = 90+148+107=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #5A946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A946B is #A56B94. Grayscale: #7E7E7E. Windows color (decimal): -10840981 or 7050330. OLE color: 7050330.

HSL color Cylindrical-coordinate representation of color #5A946B: hue angle of 137.59º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A946B is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB90148107-
CMYK0.3900.280.42
HSL137.59º24.37%46.67%-
HSV(B)137.59º39.19%58.04%-
XYZ17.4624.4217.7-
YUV125.98117.28102.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.09%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=26.09%
G=42.90%
B=31.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901481070.3900.280.42137.5924.3746.67
Hex5A946B2701C2A8a182f
Octal13222415347034522123057
Binary10110101001010011010111001110111001010101000101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,148,107); }

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

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

 a { background-color: rgb(90,148,107); }

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

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

 span { border-color: rgb(90,148,107); }

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