#65AC7A

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

Shades of Oxley #65AC7A

Tints of Oxley #65AC7A

Color information

#65AC7A (or 0x65AC7A) is unknown color: approx Oxley. HEX triplet: 65, AC and 7A. RGB value is (101,172,122). Sum of RGB (Red+Green+Blue) = 101+172+122=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AC7A is #9A5385. Grayscale: #919191. Windows color (decimal): -10113926 or 8039525. OLE color: 8039525.

HSL color Cylindrical-coordinate representation of color #65AC7A: hue angle of 137.75º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AC7A is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB101172122-
CMYK0.4100.290.33
HSL137.75º29.96%53.53%-
HSV(B)137.75º41.28%67.45%-
XYZ23.6333.6823.67-
YUV145.07114.9896.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.57%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=25.57%
G=43.54%
B=30.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011721220.4100.290.33137.7529.9653.53
Hex65AC7A2901D218a1e36
Octal14525417251035412123666
Binary11001011010110011110101010010111011000011000101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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