#65A97F

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

Shades of Oxley #65A97F

Tints of Oxley #65A97F

Color information

#65A97F (or 0x65A97F) is unknown color: approx Oxley. HEX triplet: 65, A9 and 7F. RGB value is (101,169,127). Sum of RGB (Red+Green+Blue) = 101+169+127=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #65A97F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A97F is #9A5680. Grayscale: #8F8F8F. Windows color (decimal): -10114689 or 8366437. OLE color: 8366437.

HSL color Cylindrical-coordinate representation of color #65A97F: hue angle of 142.94º 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 #65A97F is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB101169127-
CMYK0.4000.250.34
HSL142.94º28.33%52.94%-
HSV(B)142.94º40.24%66.27%-
XYZ23.3932.6725.15-
YUV143.88118.4797.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 127 (50% from 255) = 31.99%
R=25.44%
G=42.57%
B=31.99%

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
Decimal1011691270.4000.250.34142.9428.3352.94
Hex65A97F28019228f1c35
Octal14525117750031422173465
Binary11001011010100111111111010000110011000101000111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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