#669470

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

Shades of Oxley #669470

Tints of Oxley #669470

Color information

#669470 (or 0x669470) is unknown color: approx Oxley. HEX triplet: 66, 94 and 70. RGB value is (102,148,112). Sum of RGB (Red+Green+Blue) = 102+148+112=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #669470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669470 is #996B8F. Grayscale: #828282. Windows color (decimal): -10054544 or 7378022. OLE color: 7378022.

HSL color Cylindrical-coordinate representation of color #669470: hue angle of 133.04º 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 #669470 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB102148112-
CMYK0.3100.240.42
HSL133.04º18.4%49.02%-
HSV(B)133.04º31.08%58.04%-
XYZ18.9925.1719.19-
YUV130.14117.76107.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=28.18%
G=40.88%
B=30.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021481120.3100.240.42133.0418.449.02
Hex6694701F0182A851231
Octal14622416037030522052261
Binary1100110100101001110000111110110001010101000010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669470; }

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

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

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

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

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

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

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

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