#65A67B

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

Shades of Oxley #65A67B

Tints of Oxley #65A67B

Color information

#65A67B (or 0x65A67B) is unknown color: approx Oxley. HEX triplet: 65, A6 and 7B. RGB value is (101,166,123). Sum of RGB (Red+Green+Blue) = 101+166+123=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #65A67B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A67B is #9A5984. Grayscale: #8D8D8D. Windows color (decimal): -10115461 or 8103525. OLE color: 8103525.

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

Color convert

RGB101166123-
CMYK0.3900.260.35
HSL140.31º26.75%52.35%-
HSV(B)140.31º39.16%65.1%-
XYZ22.5831.4723.62-
YUV141.66117.4799-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 166 (65.23% from 255) = 42.56%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=25.90%
G=42.56%
B=31.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011661230.3900.260.35140.3126.7552.35
Hex65A67B2701A238c1b34
Octal14524617347032432143364
Binary11001011010011011110111001110110101000111000110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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