Html Css Color HEX #699D92 Gumbo

📋 copy color: '#699D92'

red 105 ◦ green 157 ◦ blue 146

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

Shades of Gumbo #699D92

Tints of Gumbo #699D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.48%

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 25.74%
G = 38.48%
B = 35.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#699D92 (or 0x699D92) is known color: Gumbo. HEX triplet: 69, 9D and 92. RGB value is (105,157,146). Sum of RGB (Red+Green+Blue) = 105+157+146=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #699D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D92 is #96626D. Grayscale: #8C8C8C. Windows color (decimal): -9855598 or 9608553. OLE color: 9608553.

HSL color Cylindrical-coordinate representation of color #699D92: hue angle of 167.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D92 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 146 -
CMYK 0.33 0 0.07 0.38
HSL 167.31º 0.21% 0.51% -
HSV(B) 167.31º 0.33% 0.62% -
XYZ 23.07 29.19 31.61 -
YUV 140.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 105 157 146 0.33 0 0.07 0.38 167.31 0.21 0.51
Hex 69 9D 92 21 0 7 26 A7 15 33
Octal 151 235 222 41 0 7 46 247 25 63
Binary 1101001 10011101 10010010 100001 0 111 100110 10100111 10101 110011

Color Harmonies of #699D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D92

Black with #699D92

Text Example


Text Example

White with #699D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699D92; }

 p { color: rgb(105,157,146); }

 H1.HeaderClassName
 {
   color: #699D92;
 }
 .AnyTagClassName
 {
   color: #699D92;
 }
</style>

background-color css

<style>
 a { background-color: #699D92; }

 a { background-color: rgb(105,157,146); }

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

border-color css

<style>
 span { border-color: #699D92; }

 span { border-color: rgb(105,157,146); }

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