#65A597

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

Shades of Keppel #65A597

Tints of Keppel #65A597

Color information

#65A597 (or 0x65A597) is unknown color: approx Keppel. HEX triplet: 65, A5 and 97. RGB value is (101,165,151). Sum of RGB (Red+Green+Blue) = 101+165+151=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #65A597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A597 is #9A5A68. Grayscale: #909090. Windows color (decimal): -10115689 or 9938277. OLE color: 9938277.

HSL color Cylindrical-coordinate representation of color #65A597: hue angle of 166.88º degrees, saturation: 0.26, 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 #65A597 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB101165151-
CMYK0.3900.080.35
HSL166.88º26.23%52.16%-
HSV(B)166.88º38.79%64.71%-
XYZ24.4131.9134.15-
YUV144.27131.897.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.22%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=24.22%
G=39.57%
B=36.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011651510.3900.080.35166.8826.2352.16
Hex65A597270823a71a34
Octal14524522747010432473264
Binary11001011010010110010111100111010001000111010011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,165,151); }

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

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

 a { background-color: rgb(101,165,151); }

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

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

 span { border-color: rgb(101,165,151); }

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