#669A78

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

Shades of Oxley #669A78

Tints of Oxley #669A78

Color information

#669A78 (or 0x669A78) is unknown color: approx Oxley. HEX triplet: 66, 9A and 78. RGB value is (102,154,120). Sum of RGB (Red+Green+Blue) = 102+154+120=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #669A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669A78 is #996587. Grayscale: #868686. Windows color (decimal): -10053000 or 7903846. OLE color: 7903846.

HSL color Cylindrical-coordinate representation of color #669A78: hue angle of 140.77º 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 #669A78 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB102154120-
CMYK0.3400.220.40
HSL140.77º20.47%50.2%-
HSV(B)140.77º33.77%60.39%-
XYZ20.4327.2921.96-
YUV134.58119.77104.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 154 (60.55% from 255) = 40.96%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=27.13%
G=40.96%
B=31.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021541200.3400.220.40140.7720.4750.2
Hex669A7822016288d1432
Octal14623217042026502152462
Binary11001101001101011110001000100101101010001000110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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