Html Css Color HEX #69958E Gumbo

📋 copy color: '#69958E'

red 105 ◦ green 149 ◦ blue 142

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

Shades of Gumbo #69958E

Tints of Gumbo #69958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

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

R = 26.52%
G = 37.63%
B = 35.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#69958E (or 0x69958E) is known color: Gumbo. HEX triplet: 69, 95 and 8E. RGB value is (105,149,142). Sum of RGB (Red+Green+Blue) = 105+149+142=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #69958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69958E is #966A71. Grayscale: #878787. Windows color (decimal): -9857650 or 9344361. OLE color: 9344361.

HSL color Cylindrical-coordinate representation of color #69958E: hue angle of 170.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69958E is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 142 -
CMYK 0.30 0 0.05 0.42
HSL 170.45º 0.17% 0.5% -
HSV(B) 170.45º 0.3% 0.58% -
XYZ 21.46 26.45 29.57 -
YUV 135.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 105 149 142 0.30 0 0.05 0.42 170.45 0.17 0.5
Hex 69 95 8E 1E 0 5 2A AA 11 32
Octal 151 225 216 36 0 5 52 252 21 62
Binary 1101001 10010101 10001110 11110 0 101 101010 10101010 10001 110010

Color Harmonies of #69958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69958E

Black with #69958E

Text Example


Text Example

White with #69958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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