#60936E

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

Shades of Oxley #60936E

Tints of Oxley #60936E

Color information

#60936E (or 0x60936E) is unknown color: approx Oxley. HEX triplet: 60, 93 and 6E. RGB value is (96,147,110). Sum of RGB (Red+Green+Blue) = 96+147+110=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #60936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60936E is #9F6C91. Grayscale: #7F7F7F. Windows color (decimal): -10448018 or 7246688. OLE color: 7246688.

HSL color Cylindrical-coordinate representation of color #60936E: hue angle of 136.47º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60936E is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB96147110-
CMYK0.3500.250.42
HSL136.47º20.99%47.65%-
HSV(B)136.47º34.69%57.65%-
XYZ18.0724.4818.52-
YUV127.53118.1105.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=27.20%
G=41.64%
B=31.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471100.3500.250.42136.4720.9947.65
Hex60936E230192A881530
Octal14022315643031522102560
Binary11000001001001111011101000110110011010101000100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60936E; }

 p { color: rgb(96,147,110); }

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

<style>
 a { background-color: #60936E; }

 a { background-color: rgb(96,147,110); }

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

<style>
 span { border-color: #60936E; }

 span { border-color: rgb(96,147,110); }

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