#669979

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

Shades of Oxley #669979

Tints of Oxley #669979

Color information

#669979 (or 0x669979) is unknown color: approx Oxley. HEX triplet: 66, 99 and 79. RGB value is (102,153,121). Sum of RGB (Red+Green+Blue) = 102+153+121=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #669979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669979 is #996686. Grayscale: #868686. Windows color (decimal): -10053255 or 7969126. OLE color: 7969126.

HSL color Cylindrical-coordinate representation of color #669979: hue angle of 142.35º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669979 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB102153121-
CMYK0.3300.210.4
HSL142.35º20%50%-
HSV(B)142.35º33.33%60%-
XYZ20.3226.9922.23-
YUV134.1120.6105.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=27.13%
G=40.69%
B=32.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531210.3300.210.4142.352050
Hex66997921015288e1432
Octal14623117141025502162462
Binary11001101001100111110011000010101011010001000111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669979; }

 p { color: rgb(102,153,121); }

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

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

 a { background-color: rgb(102,153,121); }

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

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

 span { border-color: rgb(102,153,121); }

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