Html Css Color HEX #68958C Gumbo

📋 copy color: '#68958C'

red 104 ◦ green 149 ◦ blue 140

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

Shades of Gumbo #68958C

Tints of Gumbo #68958C

RGB

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

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

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

R = 26.46%
G = 37.91%
B = 35.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#68958C (or 0x68958C) is known color: Gumbo. HEX triplet: 68, 95 and 8C. RGB value is (104,149,140). Sum of RGB (Red+Green+Blue) = 104+149+140=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #68958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68958C is #976A73. Grayscale: #868686. Windows color (decimal): -9923188 or 9213288. OLE color: 9213288.

HSL color Cylindrical-coordinate representation of color #68958C: hue angle of 168º 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 #68958C is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 140 -
CMYK 0.30 0 0.06 0.42
HSL 168º 0.18% 0.5% -
HSV(B) 168º 0.3% 0.58% -
XYZ 21.19 26.33 28.78 -
YUV 134.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 104 149 140 0.30 0 0.06 0.42 168 0.18 0.5
Hex 68 95 8C 1E 0 6 2A A8 12 32
Octal 150 225 214 36 0 6 52 250 22 62
Binary 1101000 10010101 10001100 11110 0 110 101010 10101000 10010 110010

Color Harmonies of #68958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68958C

Black with #68958C

Text Example


Text Example

White with #68958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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