#60906D

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

Shades of Oxley #60906D

Tints of Oxley #60906D

Color information

#60906D (or 0x60906D) is unknown color: approx Oxley. HEX triplet: 60, 90 and 6D. RGB value is (96,144,109). Sum of RGB (Red+Green+Blue) = 96+144+109=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #60906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60906D is #9F6F92. Grayscale: #7D7D7D. Windows color (decimal): -10448787 or 7180384. OLE color: 7180384.

HSL color Cylindrical-coordinate representation of color #60906D: hue angle of 136.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60906D is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB96144109-
CMYK0.3300.240.44
HSL136.25º20%47.06%-
HSV(B)136.25º33.33%56.47%-
XYZ17.5623.5418.09-
YUV125.66118.6106.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=27.51%
G=41.26%
B=31.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961441090.3300.240.44136.252047.06
Hex60906D210182C88142f
Octal14022015541030542102457
Binary11000001001000011011011000010110001011001000100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60906D; }

 p { color: rgb(96,144,109); }

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

<style>
 a { background-color: #60906D; }

 a { background-color: rgb(96,144,109); }

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

<style>
 span { border-color: #60906D; }

 span { border-color: rgb(96,144,109); }

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