#60936C

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

Shades of Oxley #60936C

Tints of Oxley #60936C

Color information

#60936C (or 0x60936C) is unknown color: approx Oxley. HEX triplet: 60, 93 and 6C. RGB value is (96,147,108). Sum of RGB (Red+Green+Blue) = 96+147+108=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #60936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60936C is #9F6C93. Grayscale: #7F7F7F. Windows color (decimal): -10448020 or 7115616. OLE color: 7115616.

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

Color convert

RGB96147108-
CMYK0.3500.270.42
HSL134.12º20.99%47.65%-
HSV(B)134.12º34.69%57.65%-
XYZ17.9624.4417.96-
YUV127.3117.1105.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=27.35%
G=41.88%
B=30.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471080.3500.270.42134.1220.9947.65
Hex60936C2301B2A861530
Octal14022315443033522062560
Binary11000001001001111011001000110110111010101000011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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