Html Css Color HEX #67938E Gumbo

📋 copy color: '#67938E'

red 103 ◦ green 147 ◦ blue 142

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

Shades of Gumbo #67938E

Tints of Gumbo #67938E

RGB

 RED value IS 103 (40.63% from 255) = 26.28%

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

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

R = 26.28%
G = 37.5%
B = 36.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#67938E (or 0x67938E) is known color: Gumbo. HEX triplet: 67, 93 and 8E. RGB value is (103,147,142). Sum of RGB (Red+Green+Blue) = 103+147+142=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #67938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67938E is #986C71. Grayscale: #858585. Windows color (decimal): -9989234 or 9343847. OLE color: 9343847.

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

Color convert

RGB 103 147 142 -
CMYK 0.30 0 0.03 0.42
HSL 173.18º 0.18% 0.49% -
HSV(B) 173.18º 0.3% 0.58% -
XYZ 20.91 25.7 29.45 -
YUV 133.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 103 147 142 0.30 0 0.03 0.42 173.18 0.18 0.49
Hex 67 93 8E 1E 0 3 2A AD 12 31
Octal 147 223 216 36 0 3 52 255 22 61
Binary 1100111 10010011 10001110 11110 0 11 101010 10101101 10010 110001

Color Harmonies of #67938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67938E

Black with #67938E

Text Example


Text Example

White with #67938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,147,142); }

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

background-color css

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

 a { background-color: rgb(103,147,142); }

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

border-color css

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

 span { border-color: rgb(103,147,142); }

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