#659270

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

Shades of Oxley #659270

Tints of Oxley #659270

Color information

#659270 (or 0x659270) is unknown color: approx Oxley. HEX triplet: 65, 92 and 70. RGB value is (101,146,112). Sum of RGB (Red+Green+Blue) = 101+146+112=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #659270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659270 is #9A6D8F. Grayscale: #808080. Windows color (decimal): -10120592 or 7377509. OLE color: 7377509.

HSL color Cylindrical-coordinate representation of color #659270: hue angle of 134.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659270 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB101146112-
CMYK0.3100.230.43
HSL134.67º18.22%48.43%-
HSV(B)134.67º30.82%57.25%-
XYZ18.5724.4919.08-
YUV128.67118.59108.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=28.13%
G=40.67%
B=31.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461120.3100.230.43134.6718.2248.43
Hex6592701F0172B871230
Octal14522216037027532072260
Binary1100101100100101110000111110101111010111000011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659270; }

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

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

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

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

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

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

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

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