#669375

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

Shades of Oxley #669375

Tints of Oxley #669375

Color information

#669375 (or 0x669375) is unknown color: approx Oxley. HEX triplet: 66, 93 and 75. RGB value is (102,147,117). Sum of RGB (Red+Green+Blue) = 102+147+117=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #669375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669375 is #996C8A. Grayscale: #828282. Windows color (decimal): -10054795 or 7705446. OLE color: 7705446.

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

Color convert

RGB102147117-
CMYK0.3100.200.42
HSL140º18.07%48.82%-
HSV(B)140º30.61%57.65%-
XYZ19.1224.9820.64-
YUV130.12120.59107.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.87%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=27.87%
G=40.16%
B=31.97%

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
Decimal1021471170.3100.200.4214018.0748.82
Hex6693751F0142A8c1231
Octal14622316537024522142261
Binary1100110100100111110101111110101001010101000110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669375; }

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

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

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

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

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

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

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

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