#65AF7D

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

Shades of Oxley #65AF7D

Tints of Oxley #65AF7D

Color information

#65AF7D (or 0x65AF7D) is unknown color: approx Oxley. HEX triplet: 65, AF and 7D. RGB value is (101,175,125). Sum of RGB (Red+Green+Blue) = 101+175+125=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF7D is #9A5082. Grayscale: #939393. Windows color (decimal): -10113155 or 8236901. OLE color: 8236901.

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

Color convert

RGB101175125-
CMYK0.4200.290.31
HSL139.46º31.62%54.12%-
HSV(B)139.46º42.29%68.63%-
XYZ24.434.9124.85-
YUV147.17115.4895.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.19%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=25.19%
G=43.64%
B=31.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751250.4200.290.31139.4631.6254.12
Hex65AF7D2A01D1F8b2036
Octal14525717552035372134066
Binary11001011010111111111011010100111011111110001011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,175,125); }

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

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

 a { background-color: rgb(101,175,125); }

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

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

 span { border-color: rgb(101,175,125); }

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