Html Css Color HEX #698982 Gumbo

📋 copy color: '#698982'

red 105 ◦ green 137 ◦ blue 130

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

Shades of Gumbo #698982

Tints of Gumbo #698982

RGB

 RED value IS 105 (41.41% from 255) = 28.23%

 GREEN value IS 137 (53.91% from 255) = 36.83%

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 28.23%
G = 36.83%
B = 34.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#698982 (or 0x698982) is known color: Gumbo. HEX triplet: 69, 89 and 82. RGB value is (105,137,130). Sum of RGB (Red+Green+Blue) = 105+137+130=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #698982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698982 is #96767D. Grayscale: #7E7E7E. Windows color (decimal): -9860734 or 8554857. OLE color: 8554857.

HSL color Cylindrical-coordinate representation of color #698982: hue angle of 166.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698982 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 130 -
CMYK 0.23 0 0.05 0.46
HSL 166.88º 0.13% 0.47% -
HSV(B) 166.88º 0.23% 0.54% -
XYZ 18.8 22.51 24.47 -
YUV 126.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 105 137 130 0.23 0 0.05 0.46 166.88 0.13 0.47
Hex 69 89 82 17 0 5 2E A7 D 2F
Octal 151 211 202 27 0 5 56 247 15 57
Binary 1101001 10001001 10000010 10111 0 101 101110 10100111 1101 101111

Color Harmonies of #698982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698982

Black with #698982

Text Example


Text Example

White with #698982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698982; }

 p { color: rgb(105,137,130); }

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

background-color css

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

 a { background-color: rgb(105,137,130); }

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

border-color css

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

 span { border-color: rgb(105,137,130); }

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