#669279

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

Shades of Oxley #669279

Tints of Oxley #669279

Color information

#669279 (or 0x669279) is unknown color: approx Oxley. HEX triplet: 66, 92 and 79. RGB value is (102,146,121). Sum of RGB (Red+Green+Blue) = 102+146+121=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #669279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669279 is #996D86. Grayscale: #828282. Windows color (decimal): -10055047 or 7967334. OLE color: 7967334.

HSL color Cylindrical-coordinate representation of color #669279: hue angle of 145.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669279 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB102146121-
CMYK0.3000.170.43
HSL145.91º17.74%48.63%-
HSV(B)145.91º30.14%57.25%-
XYZ19.2124.7621.86-
YUV129.99122.92108.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=27.64%
G=39.57%
B=32.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461210.3000.170.43145.9117.7448.63
Hex6692791E0112B921231
Octal14622217136021532222261
Binary1100110100100101111001111100100011010111001001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669279; }

 p { color: rgb(102,146,121); }

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

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

 a { background-color: rgb(102,146,121); }

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

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

 span { border-color: rgb(102,146,121); }

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