Html Css Color HEX #69908A Gumbo

📋 copy color: '#69908A'

red 105 ◦ green 144 ◦ blue 138

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

Shades of Gumbo #69908A

Tints of Gumbo #69908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

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

R = 27.13%
G = 37.21%
B = 35.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#69908A (or 0x69908A) is known color: Gumbo. HEX triplet: 69, 90 and 8A. RGB value is (105,144,138). Sum of RGB (Red+Green+Blue) = 105+144+138=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #69908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69908A is #966F75. Grayscale: #838383. Windows color (decimal): -9858934 or 9080937. OLE color: 9080937.

HSL color Cylindrical-coordinate representation of color #69908A: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69908A is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 138 -
CMYK 0.27 0 0.04 0.44
HSL 170.77º 0.16% 0.49% -
HSV(B) 170.77º 0.27% 0.56% -
XYZ 20.39 24.78 27.75 -
YUV 131.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 105 144 138 0.27 0 0.04 0.44 170.77 0.16 0.49
Hex 69 90 8A 1B 0 4 2C AB 10 31
Octal 151 220 212 33 0 4 54 253 20 61
Binary 1101001 10010000 10001010 11011 0 100 101100 10101011 10000 110001

Color Harmonies of #69908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69908A

Black with #69908A

Text Example


Text Example

White with #69908A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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