#669274

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

Shades of Oxley #669274

Tints of Oxley #669274

Color information

#669274 (or 0x669274) is unknown color: approx Oxley. HEX triplet: 66, 92 and 74. RGB value is (102,146,116). Sum of RGB (Red+Green+Blue) = 102+146+116=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #669274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669274 is #996D8B. Grayscale: #818181. Windows color (decimal): -10055052 or 7639654. OLE color: 7639654.

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

Color convert

RGB102146116-
CMYK0.3000.210.43
HSL139.09º17.74%48.63%-
HSV(B)139.09º30.14%57.25%-
XYZ18.9124.6420.28-
YUV129.42120.42108.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=28.02%
G=40.11%
B=31.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461160.3000.210.43139.0917.7448.63
Hex6692741E0152B8b1231
Octal14622216436025532132261
Binary1100110100100101110100111100101011010111000101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669274; }

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

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

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

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

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

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

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

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