#65956E

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

Shades of Oxley #65956E

Tints of Oxley #65956E

Color information

#65956E (or 0x65956E) is unknown color: approx Oxley. HEX triplet: 65, 95 and 6E. RGB value is (101,149,110). Sum of RGB (Red+Green+Blue) = 101+149+110=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #65956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65956E is #9A6A91. Grayscale: #828282. Windows color (decimal): -10119826 or 7247205. OLE color: 7247205.

HSL color Cylindrical-coordinate representation of color #65956E: hue angle of 131.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65956E is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB101149110-
CMYK0.3200.260.42
HSL131.25º19.2%49.02%-
HSV(B)131.25º32.21%58.43%-
XYZ18.9325.3918.65-
YUV130.2116.6107.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=28.06%
G=41.39%
B=30.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011491100.3200.260.42131.2519.249.02
Hex65956E2001A2A831331
Octal14522515640032522032361
Binary11001011001010111011101000000110101010101000001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65956E; }

 p { color: rgb(101,149,110); }

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

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

 a { background-color: rgb(101,149,110); }

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

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

 span { border-color: rgb(101,149,110); }

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