#65AB7A

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

Shades of Oxley #65AB7A

Tints of Oxley #65AB7A

Color information

#65AB7A (or 0x65AB7A) is unknown color: approx Oxley. HEX triplet: 65, AB and 7A. RGB value is (101,171,122). Sum of RGB (Red+Green+Blue) = 101+171+122=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AB7A is #9A5485. Grayscale: #909090. Windows color (decimal): -10114182 or 8039269. OLE color: 8039269.

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

Color convert

RGB101171122-
CMYK0.4100.290.33
HSL138º29.41%53.33%-
HSV(B)138º40.94%67.06%-
XYZ23.4433.323.6-
YUV144.48115.3196.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 171 (67.19% from 255) = 43.40%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=25.63%
G=43.40%
B=30.96%

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
Decimal1011711220.4100.290.3313829.4153.33
Hex65AB7A2901D218a1d35
Octal14525317251035412123565
Binary11001011010101111110101010010111011000011000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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