Html Css Color HEX #68968E Gumbo

📋 copy color: '#68968E'

red 104 ◦ green 150 ◦ blue 142

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

Shades of Gumbo #68968E

Tints of Gumbo #68968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.88%

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 26.26%
G = 37.88%
B = 35.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#68968E (or 0x68968E) is known color: Gumbo. HEX triplet: 68, 96 and 8E. RGB value is (104,150,142). Sum of RGB (Red+Green+Blue) = 104+150+142=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 150 - color contains mainly: green. Hex color #68968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68968E is #976971. Grayscale: #878787. Windows color (decimal): -9922930 or 9344616. OLE color: 9344616.

HSL color Cylindrical-coordinate representation of color #68968E: hue angle of 169.57º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68968E is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 142 -
CMYK 0.31 0 0.05 0.41
HSL 169.57º 0.18% 0.5% -
HSV(B) 169.57º 0.31% 0.59% -
XYZ 21.5 26.71 29.61 -
YUV 135.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 104 150 142 0.31 0 0.05 0.41 169.57 0.18 0.5
Hex 68 96 8E 1F 0 5 29 AA 12 32
Octal 150 226 216 37 0 5 51 252 22 62
Binary 1101000 10010110 10001110 11111 0 101 101001 10101010 10010 110010

Color Harmonies of #68968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68968E

Black with #68968E

Text Example


Text Example

White with #68968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68968E; }

 p { color: rgb(104,150,142); }

 H1.HeaderClassName
 {
   color: #68968E;
 }
 .AnyTagClassName
 {
   color: #68968E;
 }
</style>

background-color css

<style>
 a { background-color: #68968E; }

 a { background-color: rgb(104,150,142); }

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

border-color css

<style>
 span { border-color: #68968E; }

 span { border-color: rgb(104,150,142); }

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