#5A9C6B

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

Shades of Oxley #5A9C6B

Tints of Oxley #5A9C6B

Color information

#5A9C6B (or 0x5A9C6B) is unknown color: approx Oxley. HEX triplet: 5A, 9C and 6B. RGB value is (90,156,107). Sum of RGB (Red+Green+Blue) = 90+156+107=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C6B is #A56394. Grayscale: #828282. Windows color (decimal): -10838933 or 7052378. OLE color: 7052378.

HSL color Cylindrical-coordinate representation of color #5A9C6B: hue angle of 135.45º 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 #5A9C6B is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB90156107-
CMYK0.4200.310.39
HSL135.45º26.83%48.24%-
HSV(B)135.45º42.31%61.18%-
XYZ18.7627.0118.14-
YUV130.68114.6398.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 156 (61.33% from 255) = 44.19%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=25.50%
G=44.19%
B=30.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901561070.4200.310.39135.4526.8348.24
Hex5A9C6B2A01F27871b30
Octal13223415352037472073360
Binary10110101001110011010111010100111111001111000011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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