Html Css Color HEX #61938C Gumbo

📋 copy color: '#61938C'

red 97 ◦ green 147 ◦ blue 140

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

Shades of Gumbo #61938C

Tints of Gumbo #61938C

RGB

 RED value IS 97 (38.28% from 255) = 25.26%

 GREEN value IS 147 (57.81% from 255) = 38.28%

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 25.26%
G = 38.28%
B = 36.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#61938C (or 0x61938C) is known color: Gumbo. HEX triplet: 61, 93 and 8C. RGB value is (97,147,140). Sum of RGB (Red+Green+Blue) = 97+147+140=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #61938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61938C is #9E6C73. Grayscale: #838383. Windows color (decimal): -10382452 or 9212769. OLE color: 9212769.

HSL color Cylindrical-coordinate representation of color #61938C: hue angle of 171.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61938C is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 147 140 -
CMYK 0.34 0 0.05 0.42
HSL 171.6º 0.2% 0.48% -
HSV(B) 171.6º 0.34% 0.58% -
XYZ 20.1 25.3 28.64 -
YUV 131.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 97 147 140 0.34 0 0.05 0.42 171.6 0.2 0.48
Hex 61 93 8C 22 0 5 2A AC 14 30
Octal 141 223 214 42 0 5 52 254 24 60
Binary 1100001 10010011 10001100 100010 0 101 101010 10101100 10100 110000

Color Harmonies of #61938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61938C

Black with #61938C

Text Example


Text Example

White with #61938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61938C; }

 p { color: rgb(97,147,140); }

 H1.HeaderClassName
 {
   color: #61938C;
 }
 .AnyTagClassName
 {
   color: #61938C;
 }
</style>

background-color css

<style>
 a { background-color: #61938C; }

 a { background-color: rgb(97,147,140); }

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

border-color css

<style>
 span { border-color: #61938C; }

 span { border-color: rgb(97,147,140); }

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