Html Css Color HEX #61908A Gumbo

📋 copy color: '#61908A'

red 97 ◦ green 144 ◦ blue 138

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

Shades of Gumbo #61908A

Tints of Gumbo #61908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 25.59%
G = 37.99%
B = 36.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#61908A (or 0x61908A) is known color: Gumbo. HEX triplet: 61, 90 and 8A. RGB value is (97,144,138). Sum of RGB (Red+Green+Blue) = 97+144+138=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #61908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61908A is #9E6F75. Grayscale: #818181. Windows color (decimal): -10383222 or 9080929. OLE color: 9080929.

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

Color convert

RGB 97 144 138 -
CMYK 0.33 0 0.04 0.44
HSL 172.34º 0.2% 0.47% -
HSV(B) 172.34º 0.33% 0.56% -
XYZ 19.49 24.32 27.71 -
YUV 129.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 97 144 138 0.33 0 0.04 0.44 172.34 0.2 0.47
Hex 61 90 8A 21 0 4 2C AC 14 2F
Octal 141 220 212 41 0 4 54 254 24 57
Binary 1100001 10010000 10001010 100001 0 100 101100 10101100 10100 101111

Color Harmonies of #61908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61908A

Black with #61908A

Text Example


Text Example

White with #61908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61908A; }

 p { color: rgb(97,144,138); }

 H1.HeaderClassName
 {
   color: #61908A;
 }
 .AnyTagClassName
 {
   color: #61908A;
 }
</style>

background-color css

<style>
 a { background-color: #61908A; }

 a { background-color: rgb(97,144,138); }

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

border-color css

<style>
 span { border-color: #61908A; }

 span { border-color: rgb(97,144,138); }

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