#668B72

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

Shades of Oxley #668B72

Tints of Oxley #668B72

Color information

#668B72 (or 0x668B72) is unknown color: approx Oxley. HEX triplet: 66, 8B and 72. RGB value is (102,139,114). Sum of RGB (Red+Green+Blue) = 102+139+114=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #668B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B72 is #99748D. Grayscale: #7D7D7D. Windows color (decimal): -10056846 or 7506790. OLE color: 7506790.

HSL color Cylindrical-coordinate representation of color #668B72: hue angle of 139.46º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B72 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB102139114-
CMYK0.2700.180.45
HSL139.46º15.35%47.25%-
HSV(B)139.46º26.62%54.51%-
XYZ17.7522.519.33-
YUV125.09121.74111.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=28.73%
G=39.15%
B=32.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021391140.2700.180.45139.4615.3547.25
Hex668B721B0122D8bf2f
Octal14621316233022552131757
Binary110011010001011111001011011010010101101100010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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