#668E75

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

Shades of Oxley #668E75

Tints of Oxley #668E75

Color information

#668E75 (or 0x668E75) is unknown color: approx Oxley. HEX triplet: 66, 8E and 75. RGB value is (102,142,117). Sum of RGB (Red+Green+Blue) = 102+142+117=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 142 - color contains mainly: green. Hex color #668E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668E75 is #99718A. Grayscale: #7F7F7F. Windows color (decimal): -10056075 or 7704166. OLE color: 7704166.

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

Color convert

RGB102142117-
CMYK0.2800.180.44
HSL142.5º16.39%47.84%-
HSV(B)142.5º28.17%55.69%-
XYZ18.3623.4620.39-
YUV127.19122.25110.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=28.25%
G=39.34%
B=32.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021421170.2800.180.44142.516.3947.84
Hex668E751C0122C8e1030
Octal14621616534022542162060
Binary1100110100011101110101111000100101011001000111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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