#65A77D

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

Shades of Oxley #65A77D

Tints of Oxley #65A77D

Color information

#65A77D (or 0x65A77D) is unknown color: approx Oxley. HEX triplet: 65, A7 and 7D. RGB value is (101,167,125). Sum of RGB (Red+Green+Blue) = 101+167+125=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 167 - color contains mainly: green. Hex color #65A77D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A77D is #9A5882. Grayscale: #8E8E8E. Windows color (decimal): -10115203 or 8234853. OLE color: 8234853.

HSL color Cylindrical-coordinate representation of color #65A77D: hue angle of 141.82º 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 #65A77D is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB101167125-
CMYK0.4000.250.35
HSL141.82º27.27%52.55%-
HSV(B)141.82º39.52%65.49%-
XYZ22.8931.8824.35-
YUV142.48118.1398.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.70%
GREEN value IS 167 (65.62% from 255) = 42.49%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=25.70%
G=42.49%
B=31.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011671250.4000.250.35141.8227.2752.55
Hex65A77D28019238e1b35
Octal14524717550031432163365
Binary11001011010011111111011010000110011000111000111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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