Html Css Color HEX #68958B Gumbo

📋 copy color: '#68958B'

red 104 ◦ green 149 ◦ blue 139

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

Shades of Gumbo #68958B

Tints of Gumbo #68958B

RGB

 RED value IS 104 (41.02% from 255) = 26.53%

 GREEN value IS 149 (58.59% from 255) = 38.01%

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

R = 26.53%
G = 38.01%
B = 35.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#68958B (or 0x68958B) is known color: Gumbo. HEX triplet: 68, 95 and 8B. RGB value is (104,149,139). Sum of RGB (Red+Green+Blue) = 104+149+139=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #68958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68958B is #976A74. Grayscale: #868686. Windows color (decimal): -9923189 or 9147752. OLE color: 9147752.

HSL color Cylindrical-coordinate representation of color #68958B: hue angle of 166.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68958B is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 139 -
CMYK 0.30 0 0.07 0.42
HSL 166.67º 0.18% 0.5% -
HSV(B) 166.67º 0.3% 0.58% -
XYZ 21.12 26.3 28.39 -
YUV 134.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 104 149 139 0.30 0 0.07 0.42 166.67 0.18 0.5
Hex 68 95 8B 1E 0 7 2A A7 12 32
Octal 150 225 213 36 0 7 52 247 22 62
Binary 1101000 10010101 10001011 11110 0 111 101010 10100111 10010 110010

Color Harmonies of #68958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68958B

Black with #68958B

Text Example


Text Example

White with #68958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,149,139); }

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

background-color css

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

 a { background-color: rgb(104,149,139); }

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

border-color css

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

 span { border-color: rgb(104,149,139); }

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