#60996A

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

Shades of Oxley #60996A

Tints of Oxley #60996A

Color information

#60996A (or 0x60996A) is unknown color: approx Oxley. HEX triplet: 60, 99 and 6A. RGB value is (96,153,106). Sum of RGB (Red+Green+Blue) = 96+153+106=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #60996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60996A is #9F6695. Grayscale: #828282. Windows color (decimal): -10446486 or 6986080. OLE color: 6986080.

HSL color Cylindrical-coordinate representation of color #60996A: hue angle of 130.53º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60996A is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB96153106-
CMYK0.3700.310.4
HSL130.53º22.89%48.82%-
HSV(B)130.53º37.25%60%-
XYZ18.8226.3117.72-
YUV130.6114.12103.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 153 (60.16% from 255) = 43.10%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=27.04%
G=43.10%
B=29.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961531060.3700.310.4130.5322.8948.82
Hex60996A2501F28831731
Octal14023115245037502032761
Binary11000001001100111010101001010111111010001000001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60996A; }

 p { color: rgb(96,153,106); }

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

<style>
 a { background-color: #60996A; }

 a { background-color: rgb(96,153,106); }

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

<style>
 span { border-color: #60996A; }

 span { border-color: rgb(96,153,106); }

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