Html Css Color HEX #61928C Gumbo

📋 copy color: '#61928C'

red 97 ◦ green 146 ◦ blue 140

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

Shades of Gumbo #61928C

Tints of Gumbo #61928C

RGB

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

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

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

R = 25.33%
G = 38.12%
B = 36.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#61928C (or 0x61928C) is known color: Gumbo. HEX triplet: 61, 92 and 8C. RGB value is (97,146,140). Sum of RGB (Red+Green+Blue) = 97+146+140=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #61928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61928C is #9E6D73. Grayscale: #828282. Windows color (decimal): -10382708 or 9212513. OLE color: 9212513.

HSL color Cylindrical-coordinate representation of color #61928C: hue angle of 172.65º 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 #61928C is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 146 140 -
CMYK 0.34 0 0.04 0.43
HSL 172.65º 0.2% 0.48% -
HSV(B) 172.65º 0.34% 0.57% -
XYZ 19.94 24.99 28.58 -
YUV 130.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 97 146 140 0.34 0 0.04 0.43 172.65 0.2 0.48
Hex 61 92 8C 22 0 4 2B AD 14 30
Octal 141 222 214 42 0 4 53 255 24 60
Binary 1100001 10010010 10001100 100010 0 100 101011 10101101 10100 110000

Color Harmonies of #61928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61928C

Black with #61928C

Text Example


Text Example

White with #61928C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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