#668F75

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

Shades of Oxley #668F75

Tints of Oxley #668F75

Color information

#668F75 (or 0x668F75) is unknown color: approx Oxley. HEX triplet: 66, 8F and 75. RGB value is (102,143,117). Sum of RGB (Red+Green+Blue) = 102+143+117=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 143 - color contains mainly: green. Hex color #668F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668F75 is #99708A. Grayscale: #7F7F7F. Windows color (decimal): -10055819 or 7704422. OLE color: 7704422.

HSL color Cylindrical-coordinate representation of color #668F75: hue angle of 141.95º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668F75 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB102143117-
CMYK0.2900.180.44
HSL141.95º16.73%48.04%-
HSV(B)141.95º28.67%56.08%-
XYZ18.5123.7520.44-
YUV127.78121.92109.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 143 (56.25% from 255) = 39.50%
BLUE value IS 117 (46.09% from 255) = 32.32%
R=28.18%
G=39.50%
B=32.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021431170.2900.180.44141.9516.7348.04
Hex668F751D0122C8e1130
Octal14621716535022542162160
Binary1100110100011111110101111010100101011001000111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668F75; }

 p { color: rgb(102,143,117); }

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

<style>
 a { background-color: #668F75; }

 a { background-color: rgb(102,143,117); }

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

<style>
 span { border-color: #668F75; }

 span { border-color: rgb(102,143,117); }

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