Html Css Color HEX #67998E Gumbo

📋 copy color: '#67998E'

red 103 ◦ green 153 ◦ blue 142

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

Shades of Gumbo #67998E

Tints of Gumbo #67998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

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

R = 25.88%
G = 38.44%
B = 35.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#67998E (or 0x67998E) is known color: Gumbo. HEX triplet: 67, 99 and 8E. RGB value is (103,153,142). Sum of RGB (Red+Green+Blue) = 103+153+142=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #67998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67998E is #986671. Grayscale: #888888. Windows color (decimal): -9987698 or 9345383. OLE color: 9345383.

HSL color Cylindrical-coordinate representation of color #67998E: hue angle of 166.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67998E is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 142 -
CMYK 0.33 0 0.07 0.4
HSL 166.8º 0.2% 0.5% -
HSV(B) 166.8º 0.33% 0.6% -
XYZ 21.87 27.62 29.77 -
YUV 136.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 103 153 142 0.33 0 0.07 0.4 166.8 0.2 0.5
Hex 67 99 8E 21 0 7 28 A7 14 32
Octal 147 231 216 41 0 7 50 247 24 62
Binary 1100111 10011001 10001110 100001 0 111 101000 10100111 10100 110010

Color Harmonies of #67998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67998E

Black with #67998E

Text Example


Text Example

White with #67998E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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