Html Css Color HEX #68908A Gumbo

📋 copy color: '#68908A'

red 104 ◦ green 144 ◦ blue 138

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

Shades of Gumbo #68908A

Tints of Gumbo #68908A

RGB

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

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

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

R = 26.94%
G = 37.31%
B = 35.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#68908A (or 0x68908A) is known color: Gumbo. HEX triplet: 68, 90 and 8A. RGB value is (104,144,138). Sum of RGB (Red+Green+Blue) = 104+144+138=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #68908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68908A is #976F75. Grayscale: #838383. Windows color (decimal): -9924470 or 9080936. OLE color: 9080936.

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

Color convert

RGB 104 144 138 -
CMYK 0.28 0 0.04 0.44
HSL 171º 0.16% 0.49% -
HSV(B) 171º 0.28% 0.56% -
XYZ 20.27 24.72 27.75 -
YUV 131.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 104 144 138 0.28 0 0.04 0.44 171 0.16 0.49
Hex 68 90 8A 1C 0 4 2C AB 10 31
Octal 150 220 212 34 0 4 54 253 20 61
Binary 1101000 10010000 10001010 11100 0 100 101100 10101011 10000 110001

Color Harmonies of #68908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68908A

Black with #68908A

Text Example


Text Example

White with #68908A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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