#65A77B

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

Shades of Oxley #65A77B

Tints of Oxley #65A77B

Color information

#65A77B (or 0x65A77B) is unknown color: approx Oxley. HEX triplet: 65, A7 and 7B. RGB value is (101,167,123). Sum of RGB (Red+Green+Blue) = 101+167+123=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 167 - color contains mainly: green. Hex color #65A77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A77B is #9A5884. Grayscale: #8E8E8E. Windows color (decimal): -10115205 or 8103781. OLE color: 8103781.

HSL color Cylindrical-coordinate representation of color #65A77B: hue angle of 140º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A77B is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB101167123-
CMYK0.4000.260.35
HSL140º27.27%52.55%-
HSV(B)140º39.52%65.49%-
XYZ22.7631.8323.68-
YUV142.25117.1398.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.83%
GREEN value IS 167 (65.62% from 255) = 42.71%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=25.83%
G=42.71%
B=31.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011671230.4000.260.3514027.2752.55
Hex65A77B2801A238c1b35
Octal14524717350032432143365
Binary11001011010011111110111010000110101000111000110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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