Html Css Color HEX #68938A Gumbo

📋 copy color: '#68938A'

red 104 ◦ green 147 ◦ blue 138

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

Shades of Gumbo #68938A

Tints of Gumbo #68938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

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

R = 26.74%
G = 37.79%
B = 35.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#68938A (or 0x68938A) is known color: Gumbo. HEX triplet: 68, 93 and 8A. RGB value is (104,147,138). Sum of RGB (Red+Green+Blue) = 104+147+138=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #68938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68938A is #976C75. Grayscale: #858585. Windows color (decimal): -9923702 or 9081704. OLE color: 9081704.

HSL color Cylindrical-coordinate representation of color #68938A: hue angle of 167.44º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68938A is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 138 -
CMYK 0.29 0 0.06 0.42
HSL 167.44º 0.17% 0.49% -
HSV(B) 167.44º 0.29% 0.58% -
XYZ 20.73 25.65 27.9 -
YUV 133.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 104 147 138 0.29 0 0.06 0.42 167.44 0.17 0.49
Hex 68 93 8A 1D 0 6 2A A7 11 31
Octal 150 223 212 35 0 6 52 247 21 61
Binary 1101000 10010011 10001010 11101 0 110 101010 10100111 10001 110001

Color Harmonies of #68938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68938A

Black with #68938A

Text Example


Text Example

White with #68938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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