Html Css Color HEX #679890 Gumbo

📋 copy color: '#679890'

red 103 ◦ green 152 ◦ blue 144

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

Shades of Gumbo #679890

Tints of Gumbo #679890

RGB

 RED value IS 103 (40.63% from 255) = 25.81%

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

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 25.81%
G = 38.1%
B = 36.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#679890 (or 0x679890) is known color: Gumbo. HEX triplet: 67, 98 and 90. RGB value is (103,152,144). Sum of RGB (Red+Green+Blue) = 103+152+144=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #679890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679890 is #98676F. Grayscale: #888888. Windows color (decimal): -9987952 or 9476199. OLE color: 9476199.

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

Color convert

RGB 103 152 144 -
CMYK 0.32 0 0.05 0.40
HSL 170.2º 0.19% 0.5% -
HSV(B) 170.2º 0.32% 0.6% -
XYZ 21.86 27.35 30.51 -
YUV 136.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 103 152 144 0.32 0 0.05 0.40 170.2 0.19 0.5
Hex 67 98 90 20 0 5 28 AA 13 32
Octal 147 230 220 40 0 5 50 252 23 62
Binary 1100111 10011000 10010000 100000 0 101 101000 10101010 10011 110010

Color Harmonies of #679890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679890

Black with #679890

Text Example


Text Example

White with #679890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679890; }

 p { color: rgb(103,152,144); }

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

background-color css

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

 a { background-color: rgb(103,152,144); }

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

border-color css

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

 span { border-color: rgb(103,152,144); }

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