#669476

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

Shades of Oxley #669476

Tints of Oxley #669476

Color information

#669476 (or 0x669476) is unknown color: approx Oxley. HEX triplet: 66, 94 and 76. RGB value is (102,148,118). Sum of RGB (Red+Green+Blue) = 102+148+118=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #669476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669476 is #996B89. Grayscale: #828282. Windows color (decimal): -10054538 or 7771238. OLE color: 7771238.

HSL color Cylindrical-coordinate representation of color #669476: hue angle of 140.87º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669476 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB102148118-
CMYK0.3100.200.42
HSL140.87º18.4%49.02%-
HSV(B)140.87º31.08%58.04%-
XYZ19.3425.3121.01-
YUV130.83120.76107.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.72%
GREEN value IS 148 (58.20% from 255) = 40.22%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=27.72%
G=40.22%
B=32.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021481180.3100.200.42140.8718.449.02
Hex6694761F0142A8d1231
Octal14622416637024522152261
Binary1100110100101001110110111110101001010101000110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669476; }

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

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

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

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

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

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

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

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