Html Css Color HEX #64B595 Keppel

📋 copy color: '#64B595'

red 100 ◦ green 181 ◦ blue 149

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

Shades of Keppel #64B595

Tints of Keppel #64B595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.09%

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 23.26%
G = 42.09%
B = 34.65%

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

#64B595 (or 0x64B595) is known color: Keppel. HEX triplet: 64, B5 and 95. RGB value is (100,181,149). Sum of RGB (Red+Green+Blue) = 100+181+149=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #64B595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B595 is #9B4A6A. Grayscale: #999999. Windows color (decimal): -10177131 or 9811300. OLE color: 9811300.

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

Color convert

RGB 100 181 149 -
CMYK 0.45 0 0.18 0.29
HSL 156.3º 0.35% 0.55% -
HSV(B) 156.3º 0.45% 0.71% -
XYZ 27.2 37.93 34.32 -
YUV 153.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 100 181 149 0.45 0 0.18 0.29 156.3 0.35 0.55
Hex 64 B5 95 2D 0 12 1D 9C 23 37
Octal 144 265 225 55 0 22 35 234 43 67
Binary 1100100 10110101 10010101 101101 0 10010 11101 10011100 100011 110111

Color Harmonies of #64B595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B595

Black with #64B595

Text Example


Text Example

White with #64B595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,181,149); }

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

background-color css

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

 a { background-color: rgb(100,181,149); }

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

border-color css

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

 span { border-color: rgb(100,181,149); }

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