Html Css Color HEX #64B696 Keppel

📋 copy color: '#64B696'

red 100 ◦ green 182 ◦ blue 150

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

Shades of Keppel #64B696

Tints of Keppel #64B696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.72%

R = 23.15%
G = 42.13%
B = 34.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#64B696 (or 0x64B696) is known color: Keppel. HEX triplet: 64, B6 and 96. RGB value is (100,182,150). Sum of RGB (Red+Green+Blue) = 100+182+150=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #64B696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B696 is #9B4969. Grayscale: #999999. Windows color (decimal): -10176874 or 9877092. OLE color: 9877092.

HSL color Cylindrical-coordinate representation of color #64B696: hue angle of 156.59º 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 #64B696 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 182 150 -
CMYK 0.45 0 0.18 0.29
HSL 156.59º 0.36% 0.55% -
HSV(B) 156.59º 0.45% 0.71% -
XYZ 27.49 38.37 34.81 -
YUV 153.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 100 182 150 0.45 0 0.18 0.29 156.59 0.36 0.55
Hex 64 B6 96 2D 0 12 1D 9D 24 37
Octal 144 266 226 55 0 22 35 235 44 67
Binary 1100100 10110110 10010110 101101 0 10010 11101 10011101 100100 110111

Color Harmonies of #64B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B696

Black with #64B696

Text Example


Text Example

White with #64B696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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