Html Css Color HEX #67988F Gumbo

📋 copy color: '#67988F'

red 103 ◦ green 152 ◦ blue 143

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

Shades of Gumbo #67988F

Tints of Gumbo #67988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 25.88%
G = 38.19%
B = 35.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#67988F (or 0x67988F) is known color: Gumbo. HEX triplet: 67, 98 and 8F. RGB value is (103,152,143). Sum of RGB (Red+Green+Blue) = 103+152+143=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #67988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67988F is #986770. Grayscale: #888888. Windows color (decimal): -9987953 or 9410663. OLE color: 9410663.

HSL color Cylindrical-coordinate representation of color #67988F: hue angle of 168.98º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67988F is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 152 143 -
CMYK 0.32 0 0.06 0.40
HSL 168.98º 0.19% 0.5% -
HSV(B) 168.98º 0.32% 0.6% -
XYZ 21.78 27.32 30.11 -
YUV 136.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 103 152 143 0.32 0 0.06 0.40 168.98 0.19 0.5
Hex 67 98 8F 20 0 6 28 A9 13 32
Octal 147 230 217 40 0 6 50 251 23 62
Binary 1100111 10011000 10001111 100000 0 110 101000 10101001 10011 110010

Color Harmonies of #67988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67988F

Black with #67988F

Text Example


Text Example

White with #67988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67988F; }

 p { color: rgb(103,152,143); }

 H1.HeaderClassName
 {
   color: #67988F;
 }
 .AnyTagClassName
 {
   color: #67988F;
 }
</style>

background-color css

<style>
 a { background-color: #67988F; }

 a { background-color: rgb(103,152,143); }

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

border-color css

<style>
 span { border-color: #67988F; }

 span { border-color: rgb(103,152,143); }

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