Html Css Color HEX #67968D Gumbo

📋 copy color: '#67968D'

red 103 ◦ green 150 ◦ blue 141

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

Shades of Gumbo #67968D

Tints of Gumbo #67968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 26.14%
G = 38.07%
B = 35.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#67968D (or 0x67968D) is known color: Gumbo. HEX triplet: 67, 96 and 8D. RGB value is (103,150,141). Sum of RGB (Red+Green+Blue) = 103+150+141=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #67968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67968D is #986972. Grayscale: #868686. Windows color (decimal): -9988467 or 9279079. OLE color: 9279079.

HSL color Cylindrical-coordinate representation of color #67968D: hue angle of 168.51º degrees, saturation: 0.19, 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 #67968D is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 150 141 -
CMYK 0.31 0 0.06 0.41
HSL 168.51º 0.19% 0.5% -
HSV(B) 168.51º 0.31% 0.59% -
XYZ 21.31 26.62 29.21 -
YUV 134.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 103 150 141 0.31 0 0.06 0.41 168.51 0.19 0.5
Hex 67 96 8D 1F 0 6 29 A9 13 32
Octal 147 226 215 37 0 6 51 251 23 62
Binary 1100111 10010110 10001101 11111 0 110 101001 10101001 10011 110010

Color Harmonies of #67968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67968D

Black with #67968D

Text Example


Text Example

White with #67968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67968D; }

 p { color: rgb(103,150,141); }

 H1.HeaderClassName
 {
   color: #67968D;
 }
 .AnyTagClassName
 {
   color: #67968D;
 }
</style>

background-color css

<style>
 a { background-color: #67968D; }

 a { background-color: rgb(103,150,141); }

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

border-color css

<style>
 span { border-color: #67968D; }

 span { border-color: rgb(103,150,141); }

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