#5A9C6A

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

Shades of Oxley #5A9C6A

Tints of Oxley #5A9C6A

Color information

#5A9C6A (or 0x5A9C6A) is unknown color: approx Oxley. HEX triplet: 5A, 9C and 6A. RGB value is (90,156,106). Sum of RGB (Red+Green+Blue) = 90+156+106=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C6A is #A56395. Grayscale: #828282. Windows color (decimal): -10838934 or 6986842. OLE color: 6986842.

HSL color Cylindrical-coordinate representation of color #5A9C6A: hue angle of 134.55º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9C6A is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB90156106-
CMYK0.4200.320.39
HSL134.55º26.83%48.24%-
HSV(B)134.55º42.31%61.18%-
XYZ18.7126.9917.86-
YUV130.57114.1399.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.57%
GREEN value IS 156 (61.33% from 255) = 44.32%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=25.57%
G=44.32%
B=30.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901561060.4200.320.39134.5526.8348.24
Hex5A9C6A2A02027871b30
Octal13223415252040472073360
Binary101101010011100110101010101001000001001111000011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,156,106); }

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

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

 a { background-color: rgb(90,156,106); }

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

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

 span { border-color: rgb(90,156,106); }

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