#66987C

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

Shades of Oxley #66987C

Tints of Oxley #66987C

Color information

#66987C (or 0x66987C) is unknown color: approx Oxley. HEX triplet: 66, 98 and 7C. RGB value is (102,152,124). Sum of RGB (Red+Green+Blue) = 102+152+124=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #66987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66987C is #996783. Grayscale: #858585. Windows color (decimal): -10053508 or 8165478. OLE color: 8165478.

HSL color Cylindrical-coordinate representation of color #66987C: hue angle of 146.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66987C is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB102152124-
CMYK0.3300.180.40
HSL146.4º19.69%49.8%-
HSV(B)146.4º32.89%59.61%-
XYZ20.3526.7423.16-
YUV133.86122.44105.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=26.98%
G=40.21%
B=32.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021521240.3300.180.40146.419.6949.8
Hex66987C2101228921432
Octal14623017441022502222462
Binary11001101001100011111001000010100101010001001001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,152,124); }

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

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

 a { background-color: rgb(102,152,124); }

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

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

 span { border-color: rgb(102,152,124); }

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