#60936D

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

Shades of Oxley #60936D

Tints of Oxley #60936D

Color information

#60936D (or 0x60936D) is unknown color: approx Oxley. HEX triplet: 60, 93 and 6D. RGB value is (96,147,109). Sum of RGB (Red+Green+Blue) = 96+147+109=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #60936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60936D is #9F6C92. Grayscale: #7F7F7F. Windows color (decimal): -10448019 or 7181152. OLE color: 7181152.

HSL color Cylindrical-coordinate representation of color #60936D: hue angle of 135.29º 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 #60936D is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB96147109-
CMYK0.3500.260.42
HSL135.29º20.99%47.65%-
HSV(B)135.29º34.69%57.65%-
XYZ18.0224.4618.24-
YUV127.42117.6105.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=27.27%
G=41.76%
B=30.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471090.3500.260.42135.2920.9947.65
Hex60936D2301A2A871530
Octal14022315543032522072560
Binary11000001001001111011011000110110101010101000011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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