Html Css Color HEX #61918B Gumbo

📋 copy color: '#61918B'

red 97 ◦ green 145 ◦ blue 139

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

Shades of Gumbo #61918B

Tints of Gumbo #61918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.06%

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 25.46%
G = 38.06%
B = 36.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#61918B (or 0x61918B) is known color: Gumbo. HEX triplet: 61, 91 and 8B. RGB value is (97,145,139). Sum of RGB (Red+Green+Blue) = 97+145+139=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #61918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61918B is #9E6E74. Grayscale: #818181. Windows color (decimal): -10382965 or 9146721. OLE color: 9146721.

HSL color Cylindrical-coordinate representation of color #61918B: hue angle of 172.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61918B is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 139 -
CMYK 0.33 0 0.04 0.43
HSL 172.5º 0.2% 0.47% -
HSV(B) 172.5º 0.33% 0.57% -
XYZ 19.72 24.66 28.15 -
YUV 129.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 97 145 139 0.33 0 0.04 0.43 172.5 0.2 0.47
Hex 61 91 8B 21 0 4 2B AC 14 2F
Octal 141 221 213 41 0 4 53 254 24 57
Binary 1100001 10010001 10001011 100001 0 100 101011 10101100 10100 101111

Color Harmonies of #61918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61918B

Black with #61918B

Text Example


Text Example

White with #61918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61918B; }

 p { color: rgb(97,145,139); }

 H1.HeaderClassName
 {
   color: #61918B;
 }
 .AnyTagClassName
 {
   color: #61918B;
 }
</style>

background-color css

<style>
 a { background-color: #61918B; }

 a { background-color: rgb(97,145,139); }

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

border-color css

<style>
 span { border-color: #61918B; }

 span { border-color: rgb(97,145,139); }

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