#66987D

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

Shades of Oxley #66987D

Tints of Oxley #66987D

Color information

#66987D (or 0x66987D) is unknown color: approx Oxley. HEX triplet: 66, 98 and 7D. RGB value is (102,152,125). Sum of RGB (Red+Green+Blue) = 102+152+125=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #66987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66987D is #996782. Grayscale: #868686. Windows color (decimal): -10053507 or 8231014. OLE color: 8231014.

HSL color Cylindrical-coordinate representation of color #66987D: hue angle of 147.6º 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 #66987D is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB102152125-
CMYK0.3300.180.40
HSL147.6º19.69%49.8%-
HSV(B)147.6º32.89%59.61%-
XYZ20.4126.7623.49-
YUV133.97122.94105.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=26.91%
G=40.11%
B=32.98%

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
Decimal1021521250.3300.180.40147.619.6949.8
Hex66987D2101228941432
Octal14623017541022502242462
Binary11001101001100011111011000010100101010001001010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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