Html Css Color HEX #64B697 Keppel

📋 copy color: '#64B697'

red 100 ◦ green 182 ◦ blue 151

#64B697
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #64B697

Tints of Keppel #64B697

RGB

 RED value IS 100 (39.45% from 255) = 23.09%

 GREEN value IS 182 (71.48% from 255) = 42.03%

 BLUE value IS 151 (59.38% from 255) = 34.87%

R = 23.09%
G = 42.03%
B = 34.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#64B697 (or 0x64B697) is known color: Keppel. HEX triplet: 64, B6 and 97. RGB value is (100,182,151). Sum of RGB (Red+Green+Blue) = 100+182+151=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #64B697 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B697 is #9B4968. Grayscale: #999999. Windows color (decimal): -10176873 or 9942628. OLE color: 9942628.

HSL color Cylindrical-coordinate representation of color #64B697: hue angle of 157.32º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B697 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 182 151 -
CMYK 0.45 0 0.17 0.29
HSL 157.32º 0.36% 0.55% -
HSV(B) 157.32º 0.45% 0.71% -
XYZ 27.57 38.4 35.24 -
YUV 153.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 100 182 151 0.45 0 0.17 0.29 157.32 0.36 0.55
Hex 64 B6 97 2D 0 11 1D 9D 24 37
Octal 144 266 227 55 0 21 35 235 44 67
Binary 1100100 10110110 10010111 101101 0 10001 11101 10011101 100100 110111

Color Harmonies of #64B697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B697

Black with #64B697

Text Example


Text Example

White with #64B697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64B697;
 }
 .AnyTagClassName
 {
   color: #64B697;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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