#668D72

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

Shades of Oxley #668D72

Tints of Oxley #668D72

Color information

#668D72 (or 0x668D72) is unknown color: approx Oxley. HEX triplet: 66, 8D and 72. RGB value is (102,141,114). Sum of RGB (Red+Green+Blue) = 102+141+114=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #668D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D72 is #99728D. Grayscale: #7E7E7E. Windows color (decimal): -10056334 or 7507302. OLE color: 7507302.

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

Color convert

RGB102141114-
CMYK0.2800.190.45
HSL138.46º16.05%47.65%-
HSV(B)138.46º27.66%55.29%-
XYZ18.0423.0919.43-
YUV126.26121.08110.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=28.57%
G=39.50%
B=31.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021411140.2800.190.45138.4616.0547.65
Hex668D721C0132D8a1030
Octal14621516234023552122060
Binary1100110100011011110010111000100111011011000101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,141,114); }

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

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

 a { background-color: rgb(102,141,114); }

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

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

 span { border-color: rgb(102,141,114); }

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