Html Css Color HEX #69948A Gumbo

📋 copy color: '#69948A'

red 105 ◦ green 148 ◦ blue 138

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

Shades of Gumbo #69948A

Tints of Gumbo #69948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 26.85%
G = 37.85%
B = 35.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#69948A (or 0x69948A) is known color: Gumbo. HEX triplet: 69, 94 and 8A. RGB value is (105,148,138). Sum of RGB (Red+Green+Blue) = 105+148+138=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #69948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69948A is #966B75. Grayscale: #868686. Windows color (decimal): -9857910 or 9081961. OLE color: 9081961.

HSL color Cylindrical-coordinate representation of color #69948A: hue angle of 166.05º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69948A is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 138 -
CMYK 0.29 0 0.07 0.42
HSL 166.05º 0.17% 0.5% -
HSV(B) 166.05º 0.29% 0.58% -
XYZ 21 26.02 27.96 -
YUV 134 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 105 148 138 0.29 0 0.07 0.42 166.05 0.17 0.5
Hex 69 94 8A 1D 0 7 2A A6 11 32
Octal 151 224 212 35 0 7 52 246 21 62
Binary 1101001 10010100 10001010 11101 0 111 101010 10100110 10001 110010

Color Harmonies of #69948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69948A

Black with #69948A

Text Example


Text Example

White with #69948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69948A; }

 p { color: rgb(105,148,138); }

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

background-color css

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

 a { background-color: rgb(105,148,138); }

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

border-color css

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

 span { border-color: rgb(105,148,138); }

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