#669270

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

Shades of Oxley #669270

Tints of Oxley #669270

Color information

#669270 (or 0x669270) is unknown color: approx Oxley. HEX triplet: 66, 92 and 70. RGB value is (102,146,112). Sum of RGB (Red+Green+Blue) = 102+146+112=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #669270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669270 is #996D8F. Grayscale: #818181. Windows color (decimal): -10055056 or 7377510. OLE color: 7377510.

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

Color convert

RGB102146112-
CMYK0.3000.230.43
HSL133.64º17.74%48.63%-
HSV(B)133.64º30.14%57.25%-
XYZ18.6824.5519.08-
YUV128.97118.42108.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 146 (57.42% from 255) = 40.56%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=28.33%
G=40.56%
B=31.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461120.3000.230.43133.6417.7448.63
Hex6692701E0172B861231
Octal14622216036027532062261
Binary1100110100100101110000111100101111010111000011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669270; }

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

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

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

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

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

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

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

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