Html Css Color HEX #61928D Gumbo

📋 copy color: '#61928D'

red 97 ◦ green 146 ◦ blue 141

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

Shades of Gumbo #61928D

Tints of Gumbo #61928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 25.26%
G = 38.02%
B = 36.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#61928D (or 0x61928D) is known color: Gumbo. HEX triplet: 61, 92 and 8D. RGB value is (97,146,141). Sum of RGB (Red+Green+Blue) = 97+146+141=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #61928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61928D is #9E6D72. Grayscale: #828282. Windows color (decimal): -10382707 or 9278049. OLE color: 9278049.

HSL color Cylindrical-coordinate representation of color #61928D: hue angle of 173.88º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61928D is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 146 141 -
CMYK 0.34 0 0.03 0.43
HSL 173.88º 0.2% 0.48% -
HSV(B) 173.88º 0.34% 0.57% -
XYZ 20.02 25.02 28.97 -
YUV 130.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 97 146 141 0.34 0 0.03 0.43 173.88 0.2 0.48
Hex 61 92 8D 22 0 3 2B AE 14 30
Octal 141 222 215 42 0 3 53 256 24 60
Binary 1100001 10010010 10001101 100010 0 11 101011 10101110 10100 110000

Color Harmonies of #61928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61928D

Black with #61928D

Text Example


Text Example

White with #61928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61928D; }

 p { color: rgb(97,146,141); }

 H1.HeaderClassName
 {
   color: #61928D;
 }
 .AnyTagClassName
 {
   color: #61928D;
 }
</style>

background-color css

<style>
 a { background-color: #61928D; }

 a { background-color: rgb(97,146,141); }

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

border-color css

<style>
 span { border-color: #61928D; }

 span { border-color: rgb(97,146,141); }

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