Html Css Color HEX #64958F Gumbo

📋 copy color: '#64958F'

red 100 ◦ green 149 ◦ blue 143

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

Shades of Gumbo #64958F

Tints of Gumbo #64958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.01%

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 25.51%
G = 38.01%
B = 36.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#64958F (or 0x64958F) is known color: Gumbo. HEX triplet: 64, 95 and 8F. RGB value is (100,149,143). Sum of RGB (Red+Green+Blue) = 100+149+143=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #64958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64958F is #9B6A70. Grayscale: #858585. Windows color (decimal): -10185329 or 9409892. OLE color: 9409892.

HSL color Cylindrical-coordinate representation of color #64958F: hue angle of 172.65º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64958F is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 143 -
CMYK 0.33 0 0.04 0.42
HSL 172.65º 0.2% 0.49% -
HSV(B) 172.65º 0.33% 0.58% -
XYZ 20.96 26.19 29.94 -
YUV 133.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 100 149 143 0.33 0 0.04 0.42 172.65 0.2 0.49
Hex 64 95 8F 21 0 4 2A AD 14 31
Octal 144 225 217 41 0 4 52 255 24 61
Binary 1100100 10010101 10001111 100001 0 100 101010 10101101 10100 110001

Color Harmonies of #64958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64958F

Black with #64958F

Text Example


Text Example

White with #64958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64958F; }

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

 H1.HeaderClassName
 {
   color: #64958F;
 }
 .AnyTagClassName
 {
   color: #64958F;
 }
</style>

background-color css

<style>
 a { background-color: #64958F; }

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

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

border-color css

<style>
 span { border-color: #64958F; }

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

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