Html Css Color HEX #689880 Patina

📋 copy color: '#689880'

red 104 ◦ green 152 ◦ blue 128

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

Shades of Patina #689880

Tints of Patina #689880

RGB

 RED value IS 104 (41.02% from 255) = 27.08%

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

 BLUE value IS 128 (50.39% from 255) = 33.33%

R = 27.08%
G = 39.58%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#689880 (or 0x689880) is known color: Patina. HEX triplet: 68, 98 and 80. RGB value is (104,152,128). Sum of RGB (Red+Green+Blue) = 104+152+128=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #689880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689880 is #97677F. Grayscale: #868686. Windows color (decimal): -9922432 or 8427624. OLE color: 8427624.

HSL color Cylindrical-coordinate representation of color #689880: hue angle of 150º 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 #689880 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 128 -
CMYK 0.32 0 0.16 0.40
HSL 150º 0.19% 0.5% -
HSV(B) 150º 0.32% 0.6% -
XYZ 20.83 26.96 24.53 -
YUV 134.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 104 152 128 0.32 0 0.16 0.40 150 0.19 0.5
Hex 68 98 80 20 0 10 28 96 13 32
Octal 150 230 200 40 0 20 50 226 23 62
Binary 1101000 10011000 10000000 100000 0 10000 101000 10010110 10011 110010

Color Harmonies of #689880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689880

Black with #689880

Text Example


Text Example

White with #689880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689880; }

 p { color: rgb(104,152,128); }

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

background-color css

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

 a { background-color: rgb(104,152,128); }

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

border-color css

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

 span { border-color: rgb(104,152,128); }

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