#65AB7B

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

Shades of Oxley #65AB7B

Tints of Oxley #65AB7B

Color information

#65AB7B (or 0x65AB7B) is unknown color: approx Oxley. HEX triplet: 65, AB and 7B. RGB value is (101,171,123). Sum of RGB (Red+Green+Blue) = 101+171+123=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AB7B is #9A5484. Grayscale: #909090. Windows color (decimal): -10114181 or 8104805. OLE color: 8104805.

HSL color Cylindrical-coordinate representation of color #65AB7B: hue angle of 138.86º 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 #65AB7B is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB101171123-
CMYK0.4100.280.33
HSL138.86º29.41%53.33%-
HSV(B)138.86º40.94%67.06%-
XYZ23.533.3223.93-
YUV144.6115.8196.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.57%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=25.57%
G=43.29%
B=31.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011711230.4100.280.33138.8629.4153.33
Hex65AB7B2901C218b1d35
Octal14525317351034412133565
Binary11001011010101111110111010010111001000011000101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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