#65A97E

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

Shades of Oxley #65A97E

Tints of Oxley #65A97E

Color information

#65A97E (or 0x65A97E) is unknown color: approx Oxley. HEX triplet: 65, A9 and 7E. RGB value is (101,169,126). Sum of RGB (Red+Green+Blue) = 101+169+126=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #65A97E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A97E is #9A5681. Grayscale: #8F8F8F. Windows color (decimal): -10114690 or 8300901. OLE color: 8300901.

HSL color Cylindrical-coordinate representation of color #65A97E: hue angle of 142.06º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A97E is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB101169126-
CMYK0.4000.250.34
HSL142.06º28.33%52.94%-
HSV(B)142.06º40.24%66.27%-
XYZ23.3232.6524.81-
YUV143.77117.9797.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.51%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=25.51%
G=42.68%
B=31.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011691260.4000.250.34142.0628.3352.94
Hex65A97E28019228e1c35
Octal14525117650031422163465
Binary11001011010100111111101010000110011000101000111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,169,126); }

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

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

 a { background-color: rgb(101,169,126); }

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

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

 span { border-color: rgb(101,169,126); }

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