#66986F

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

Shades of Oxley #66986F

Tints of Oxley #66986F

Color information

#66986F (or 0x66986F) is unknown color: approx Oxley. HEX triplet: 66, 98 and 6F. RGB value is (102,152,111). Sum of RGB (Red+Green+Blue) = 102+152+111=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #66986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66986F is #996790. Grayscale: #848484. Windows color (decimal): -10053521 or 7313510. OLE color: 7313510.

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

Color convert

RGB102152111-
CMYK0.3300.270.40
HSL130.8º19.69%49.8%-
HSV(B)130.8º32.89%59.61%-
XYZ19.5826.4319.11-
YUV132.38115.94106.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=27.95%
G=41.64%
B=30.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021521110.3300.270.40130.819.6949.8
Hex66986F2101B28831432
Octal14623015741033502032462
Binary11001101001100011011111000010110111010001000001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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