#669674

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

Shades of Oxley #669674

Tints of Oxley #669674

Color information

#669674 (or 0x669674) is unknown color: approx Oxley. HEX triplet: 66, 96 and 74. RGB value is (102,150,116). Sum of RGB (Red+Green+Blue) = 102+150+116=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #669674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669674 is #99698B. Grayscale: #838383. Windows color (decimal): -10054028 or 7640678. OLE color: 7640678.

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

Color convert

RGB102150116-
CMYK0.3200.230.41
HSL137.5º19.05%49.41%-
HSV(B)137.5º32%58.82%-
XYZ19.5425.920.49-
YUV131.77119.1106.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.72%
GREEN value IS 150 (58.98% from 255) = 40.76%
BLUE value IS 116 (45.70% from 255) = 31.52%
R=27.72%
G=40.76%
B=31.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021501160.3200.230.41137.519.0549.41
Hex66967420017298a1331
Octal14622616440027512122361
Binary11001101001011011101001000000101111010011000101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669674; }

 p { color: rgb(102,150,116); }

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

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

 a { background-color: rgb(102,150,116); }

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

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

 span { border-color: rgb(102,150,116); }

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