#669A79

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

Shades of Oxley #669A79

Tints of Oxley #669A79

Color information

#669A79 (or 0x669A79) is unknown color: approx Oxley. HEX triplet: 66, 9A and 79. RGB value is (102,154,121). Sum of RGB (Red+Green+Blue) = 102+154+121=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #669A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669A79 is #996586. Grayscale: #868686. Windows color (decimal): -10052999 or 7969382. OLE color: 7969382.

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

Color convert

RGB102154121-
CMYK0.3400.210.40
HSL141.92º20.47%50.2%-
HSV(B)141.92º33.77%60.39%-
XYZ20.4927.3222.28-
YUV134.69120.27104.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 154 (60.55% from 255) = 40.85%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=27.06%
G=40.85%
B=32.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021541210.3400.210.40141.9220.4750.2
Hex669A7922015288e1432
Octal14623217142025502162462
Binary11001101001101011110011000100101011010001000111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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