#669575

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

Shades of Oxley #669575

Tints of Oxley #669575

Color information

#669575 (or 0x669575) is unknown color: approx Oxley. HEX triplet: 66, 95 and 75. RGB value is (102,149,117). Sum of RGB (Red+Green+Blue) = 102+149+117=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #669575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669575 is #996A8A. Grayscale: #838383. Windows color (decimal): -10054283 or 7705958. OLE color: 7705958.

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

Color convert

RGB102149117-
CMYK0.3200.210.42
HSL139.15º18.73%49.22%-
HSV(B)139.15º31.54%58.43%-
XYZ19.4425.620.75-
YUV131.3119.93107.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.72%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=27.72%
G=40.49%
B=31.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021491170.3200.210.42139.1518.7349.22
Hex669575200152A8b1331
Octal14622516540025522132361
Binary11001101001010111101011000000101011010101000101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669575; }

 p { color: rgb(102,149,117); }

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

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

 a { background-color: rgb(102,149,117); }

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

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

 span { border-color: rgb(102,149,117); }

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