#65986F

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

Shades of Oxley #65986F

Tints of Oxley #65986F

Color information

#65986F (or 0x65986F) is unknown color: approx Oxley. HEX triplet: 65, 98 and 6F. RGB value is (101,152,111). Sum of RGB (Red+Green+Blue) = 101+152+111=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #65986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65986F is #9A6790. Grayscale: #848484. Windows color (decimal): -10119057 or 7313509. OLE color: 7313509.

HSL color Cylindrical-coordinate representation of color #65986F: hue angle of 131.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65986F is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB101152111-
CMYK0.3400.270.40
HSL131.76º20.16%49.61%-
HSV(B)131.76º33.55%59.61%-
XYZ19.4626.3719.1-
YUV132.08116.1105.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 152 (59.77% from 255) = 41.76%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=27.75%
G=41.76%
B=30.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521110.3400.270.40131.7620.1649.61
Hex65986F2201B28841432
Octal14523015742033502042462
Binary11001011001100011011111000100110111010001000010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65986F; }

 p { color: rgb(101,152,111); }

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

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

 a { background-color: rgb(101,152,111); }

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

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

 span { border-color: rgb(101,152,111); }

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