Html Css Color HEX #69988E Gumbo

📋 copy color: '#69988E'

red 105 ◦ green 152 ◦ blue 142

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

Shades of Gumbo #69988E

Tints of Gumbo #69988E

RGB

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

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

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

R = 26.32%
G = 38.1%
B = 35.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#69988E (or 0x69988E) is known color: Gumbo. HEX triplet: 69, 98 and 8E. RGB value is (105,152,142). Sum of RGB (Red+Green+Blue) = 105+152+142=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #69988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69988E is #966771. Grayscale: #888888. Windows color (decimal): -9856882 or 9345129. OLE color: 9345129.

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

Color convert

RGB 105 152 142 -
CMYK 0.31 0 0.07 0.40
HSL 167.23º 0.19% 0.5% -
HSV(B) 167.23º 0.31% 0.6% -
XYZ 21.94 27.41 29.73 -
YUV 136.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 105 152 142 0.31 0 0.07 0.40 167.23 0.19 0.5
Hex 69 98 8E 1F 0 7 28 A7 13 32
Octal 151 230 216 37 0 7 50 247 23 62
Binary 1101001 10011000 10001110 11111 0 111 101000 10100111 10011 110010

Color Harmonies of #69988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69988E

Black with #69988E

Text Example


Text Example

White with #69988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,152,142); }

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

background-color css

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

 a { background-color: rgb(105,152,142); }

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

border-color css

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

 span { border-color: rgb(105,152,142); }

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