#65A36E

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

Shades of Oxley #65A36E

Tints of Oxley #65A36E

Color information

#65A36E (or 0x65A36E) is unknown color: approx Oxley. HEX triplet: 65, A3 and 6E. RGB value is (101,163,110). Sum of RGB (Red+Green+Blue) = 101+163+110=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #65A36E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A36E is #9A5C91. Grayscale: #8A8A8A. Windows color (decimal): -10116242 or 7250789. OLE color: 7250789.

HSL color Cylindrical-coordinate representation of color #65A36E: hue angle of 128.71º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A36E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB101163110-
CMYK0.3800.330.36
HSL128.71º25.2%51.76%-
HSV(B)128.71º38.04%63.92%-
XYZ21.2830.0919.44-
YUV138.42111.96101.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 163 (64.06% from 255) = 43.58%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=27.01%
G=43.58%
B=29.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011631100.3800.330.36128.7125.251.76
Hex65A36E2602124811934
Octal14524315646041442013164
Binary110010110100011110111010011001000011001001000000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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