#669277

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

Shades of Oxley #669277

Tints of Oxley #669277

Color information

#669277 (or 0x669277) is unknown color: approx Oxley. HEX triplet: 66, 92 and 77. RGB value is (102,146,119). Sum of RGB (Red+Green+Blue) = 102+146+119=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #669277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669277 is #996D88. Grayscale: #818181. Windows color (decimal): -10055049 or 7836262. OLE color: 7836262.

HSL color Cylindrical-coordinate representation of color #669277: hue angle of 143.18º 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 #669277 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB102146119-
CMYK0.3000.180.43
HSL143.18º17.74%48.63%-
HSV(B)143.18º30.14%57.25%-
XYZ19.0924.7121.22-
YUV129.77121.92108.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=27.79%
G=39.78%
B=32.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461190.3000.180.43143.1817.7448.63
Hex6692771E0122B8f1231
Octal14622216736022532172261
Binary1100110100100101110111111100100101010111000111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669277; }

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

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

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

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

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

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

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

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