#669076

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

Shades of Oxley #669076

Tints of Oxley #669076

Color information

#669076 (or 0x669076) is unknown color: approx Oxley. HEX triplet: 66, 90 and 76. RGB value is (102,144,118). Sum of RGB (Red+Green+Blue) = 102+144+118=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #669076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669076 is #996F89. Grayscale: #808080. Windows color (decimal): -10055562 or 7770214. OLE color: 7770214.

HSL color Cylindrical-coordinate representation of color #669076: hue angle of 142.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669076 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB102144118-
CMYK0.2900.180.44
HSL142.86º17.07%48.24%-
HSV(B)142.86º29.17%56.47%-
XYZ18.7224.0820.8-
YUV128.48122.09109.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 144 (56.64% from 255) = 39.56%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=28.02%
G=39.56%
B=32.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021441180.2900.180.44142.8617.0748.24
Hex6690761D0122C8f1130
Octal14622016635022542172160
Binary1100110100100001110110111010100101011001000111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669076; }

 p { color: rgb(102,144,118); }

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

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

 a { background-color: rgb(102,144,118); }

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

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

 span { border-color: rgb(102,144,118); }

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