#669975

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

Shades of Oxley #669975

Tints of Oxley #669975

Color information

#669975 (or 0x669975) is unknown color: approx Oxley. HEX triplet: 66, 99 and 75. RGB value is (102,153,117). Sum of RGB (Red+Green+Blue) = 102+153+117=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #669975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669975 is #99668A. Grayscale: #858585. Windows color (decimal): -10053259 or 7706982. OLE color: 7706982.

HSL color Cylindrical-coordinate representation of color #669975: hue angle of 137.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669975 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB102153117-
CMYK0.3300.240.4
HSL137.65º20%50%-
HSV(B)137.65º33.33%60%-
XYZ20.0826.8920.96-
YUV133.65118.6105.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=27.42%
G=41.13%
B=31.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531170.3300.240.4137.652050
Hex66997521018288a1432
Octal14623116541030502122462
Binary11001101001100111101011000010110001010001000101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669975; }

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

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

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

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

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

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

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

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