#64A597

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

Shades of Keppel #64A597

Tints of Keppel #64A597

Color information

#64A597 (or 0x64A597) is unknown color: approx Keppel. HEX triplet: 64, A5 and 97. RGB value is (100,165,151). Sum of RGB (Red+Green+Blue) = 100+165+151=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 165 - color contains mainly: green. Hex color #64A597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A597 is #9B5A68. Grayscale: #8F8F8F. Windows color (decimal): -10181225 or 9938276. OLE color: 9938276.

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

Color convert

RGB100165151-
CMYK0.3900.080.35
HSL167.08º26.53%51.96%-
HSV(B)167.08º39.39%64.71%-
XYZ24.331.8534.15-
YUV143.97131.9796.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.04%
GREEN value IS 165 (64.84% from 255) = 39.66%
BLUE value IS 151 (59.38% from 255) = 36.30%
R=24.04%
G=39.66%
B=36.30%

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
Decimal1001651510.3900.080.35167.0826.5351.96
Hex64A597270823a71b34
Octal14424522747010432473364
Binary11001001010010110010111100111010001000111010011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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