#5A9768

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

Shades of Oxley #5A9768

Tints of Oxley #5A9768

Color information

#5A9768 (or 0x5A9768) is unknown color: approx Oxley. HEX triplet: 5A, 97 and 68. RGB value is (90,151,104). Sum of RGB (Red+Green+Blue) = 90+151+104=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #5A9768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9768 is #A56897. Grayscale: #7F7F7F. Windows color (decimal): -10840216 or 6854490. OLE color: 6854490.

HSL color Cylindrical-coordinate representation of color #5A9768: hue angle of 133.77º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A9768 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB90151104-
CMYK0.4000.310.41
HSL133.77º25.31%47.25%-
HSV(B)133.77º40.4%59.22%-
XYZ17.7825.3117.04-
YUV127.4114.79101.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.09%
GREEN value IS 151 (59.38% from 255) = 43.77%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=26.09%
G=43.77%
B=30.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal901511040.4000.310.41133.7725.3147.25
Hex5A97682801F2986192f
Octal13222715050037512063157
Binary10110101001011111010001010000111111010011000011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,151,104); }

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

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

 a { background-color: rgb(90,151,104); }

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

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

 span { border-color: rgb(90,151,104); }

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