Html Css Color HEX #61908B Gumbo

📋 copy color: '#61908B'

red 97 ◦ green 144 ◦ blue 139

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

Shades of Gumbo #61908B

Tints of Gumbo #61908B

RGB

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

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

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

R = 25.53%
G = 37.89%
B = 36.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#61908B (or 0x61908B) is known color: Gumbo. HEX triplet: 61, 90 and 8B. RGB value is (97,144,139). Sum of RGB (Red+Green+Blue) = 97+144+139=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #61908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61908B is #9E6F74. Grayscale: #818181. Windows color (decimal): -10383221 or 9146465. OLE color: 9146465.

HSL color Cylindrical-coordinate representation of color #61908B: hue angle of 173.62º 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 #61908B is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 144 139 -
CMYK 0.33 0 0.03 0.44
HSL 173.62º 0.2% 0.47% -
HSV(B) 173.62º 0.33% 0.56% -
XYZ 19.56 24.35 28.1 -
YUV 129.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 97 144 139 0.33 0 0.03 0.44 173.62 0.2 0.47
Hex 61 90 8B 21 0 3 2C AE 14 2F
Octal 141 220 213 41 0 3 54 256 24 57
Binary 1100001 10010000 10001011 100001 0 11 101100 10101110 10100 101111

Color Harmonies of #61908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61908B

Black with #61908B

Text Example


Text Example

White with #61908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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