#5A926A

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

Shades of Oxley #5A926A

Tints of Oxley #5A926A

Color information

#5A926A (or 0x5A926A) is unknown color: approx Oxley. HEX triplet: 5A, 92 and 6A. RGB value is (90,146,106). Sum of RGB (Red+Green+Blue) = 90+146+106=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #5A926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A926A is #A56D95. Grayscale: #7C7C7C. Windows color (decimal): -10841494 or 6984282. OLE color: 6984282.

HSL color Cylindrical-coordinate representation of color #5A926A: hue angle of 137.14º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A926A is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB90146106-
CMYK0.3800.270.43
HSL137.14º23.73%46.27%-
HSV(B)137.14º38.36%57.25%-
XYZ17.123.7717.32-
YUV124.7117.45103.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.32%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=26.32%
G=42.69%
B=30.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal901461060.3800.270.43137.1423.7346.27
Hex5A926A2601B2B89182e
Octal13222215246033532113056
Binary10110101001001011010101001100110111010111000100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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