Html Css Color HEX #69958F Gumbo

📋 copy color: '#69958F'

red 105 ◦ green 149 ◦ blue 143

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

Shades of Gumbo #69958F

Tints of Gumbo #69958F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 26.45%
G = 37.53%
B = 36.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#69958F (or 0x69958F) is known color: Gumbo. HEX triplet: 69, 95 and 8F. RGB value is (105,149,143). Sum of RGB (Red+Green+Blue) = 105+149+143=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #69958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69958F is #966A70. Grayscale: #878787. Windows color (decimal): -9857649 or 9409897. OLE color: 9409897.

HSL color Cylindrical-coordinate representation of color #69958F: hue angle of 171.82º 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 #69958F is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 143 -
CMYK 0.30 0 0.04 0.42
HSL 171.82º 0.17% 0.5% -
HSV(B) 171.82º 0.3% 0.58% -
XYZ 21.53 26.48 29.96 -
YUV 135.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 105 149 143 0.30 0 0.04 0.42 171.82 0.17 0.5
Hex 69 95 8F 1E 0 4 2A AC 11 32
Octal 151 225 217 36 0 4 52 254 21 62
Binary 1101001 10010101 10001111 11110 0 100 101010 10101100 10001 110010

Color Harmonies of #69958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69958F

Black with #69958F

Text Example


Text Example

White with #69958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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