#669F7C

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

Shades of Oxley #669F7C

Tints of Oxley #669F7C

Color information

#669F7C (or 0x669F7C) is unknown color: approx Oxley. HEX triplet: 66, 9F and 7C. RGB value is (102,159,124). Sum of RGB (Red+Green+Blue) = 102+159+124=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #669F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F7C is #996083. Grayscale: #8A8A8A. Windows color (decimal): -10051716 or 8167270. OLE color: 8167270.

HSL color Cylindrical-coordinate representation of color #669F7C: hue angle of 143.16º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F7C is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB102159124-
CMYK0.3600.220.38
HSL143.16º22.89%51.18%-
HSV(B)143.16º35.85%62.35%-
XYZ21.5229.0823.55-
YUV137.97120.12102.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=26.49%
G=41.30%
B=32.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021591240.3600.220.38143.1622.8951.18
Hex669F7C24016268f1733
Octal14623717444026462172763
Binary11001101001111111111001001000101101001101000111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669F7C; }

 p { color: rgb(102,159,124); }

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

<style>
 a { background-color: #669F7C; }

 a { background-color: rgb(102,159,124); }

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

<style>
 span { border-color: #669F7C; }

 span { border-color: rgb(102,159,124); }

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