#5A9E69

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

Shades of Oxley #5A9E69

Tints of Oxley #5A9E69

Color information

#5A9E69 (or 0x5A9E69) is unknown color: approx Oxley. HEX triplet: 5A, 9E and 69. RGB value is (90,158,105). Sum of RGB (Red+Green+Blue) = 90+158+105=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9E69 is #A56196. Grayscale: #838383. Windows color (decimal): -10838423 or 6921818. OLE color: 6921818.

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

Color convert

RGB90158105-
CMYK0.4300.340.38
HSL133.24º27.42%48.63%-
HSV(B)133.24º43.04%61.96%-
XYZ18.9927.6517.7-
YUV131.63112.9798.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 158 (62.11% from 255) = 44.76%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=25.50%
G=44.76%
B=29.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901581050.4300.340.38133.2427.4248.63
Hex5A9E692B02226851b31
Octal13223615153042462053361
Binary101101010011110110100110101101000101001101000010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,158,105); }

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

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

 a { background-color: rgb(90,158,105); }

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

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

 span { border-color: rgb(90,158,105); }

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