#60936F

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

Shades of Oxley #60936F

Tints of Oxley #60936F

Color information

#60936F (or 0x60936F) is unknown color: approx Oxley. HEX triplet: 60, 93 and 6F. RGB value is (96,147,111). Sum of RGB (Red+Green+Blue) = 96+147+111=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #60936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60936F is #9F6C90. Grayscale: #7F7F7F. Windows color (decimal): -10448017 or 7312224. OLE color: 7312224.

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

Color convert

RGB96147111-
CMYK0.3500.240.42
HSL137.65º20.99%47.65%-
HSV(B)137.65º34.69%57.65%-
XYZ18.1324.518.81-
YUV127.65118.6105.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=27.12%
G=41.53%
B=31.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471110.3500.240.42137.6520.9947.65
Hex60936F230182A8a1530
Octal14022315743030522122560
Binary11000001001001111011111000110110001010101000101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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