#65AD7A

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

Shades of Oxley #65AD7A

Tints of Oxley #65AD7A

Color information

#65AD7A (or 0x65AD7A) is unknown color: approx Oxley. HEX triplet: 65, AD and 7A. RGB value is (101,173,122). Sum of RGB (Red+Green+Blue) = 101+173+122=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD7A is #9A5285. Grayscale: #919191. Windows color (decimal): -10113670 or 8039781. OLE color: 8039781.

HSL color Cylindrical-coordinate representation of color #65AD7A: hue angle of 137.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AD7A is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB101173122-
CMYK0.4200.290.32
HSL137.5º30.51%53.73%-
HSV(B)137.5º41.62%67.84%-
XYZ23.8234.0623.73-
YUV145.66114.6596.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.51%
GREEN value IS 173 (67.97% from 255) = 43.69%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=25.51%
G=43.69%
B=30.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011731220.4200.290.32137.530.5153.73
Hex65AD7A2A01D208a1f36
Octal14525517252035402123766
Binary11001011010110111110101010100111011000001000101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AD7A; }

 p { color: rgb(101,173,122); }

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

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

 a { background-color: rgb(101,173,122); }

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

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

 span { border-color: rgb(101,173,122); }

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