Html Css Color HEX #689889 Patina

📋 copy color: '#689889'

red 104 ◦ green 152 ◦ blue 137

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

Shades of Patina #689889

Tints of Patina #689889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.86%

R = 26.46%
G = 38.68%
B = 34.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#689889 (or 0x689889) is known color: Patina. HEX triplet: 68, 98 and 89. RGB value is (104,152,137). Sum of RGB (Red+Green+Blue) = 104+152+137=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #689889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689889 is #976776. Grayscale: #878787. Windows color (decimal): -9922423 or 9017448. OLE color: 9017448.

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

Color convert

RGB 104 152 137 -
CMYK 0.32 0 0.10 0.40
HSL 161.25º 0.19% 0.5% -
HSV(B) 161.25º 0.32% 0.6% -
XYZ 21.45 27.21 27.79 -
YUV 135.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 104 152 137 0.32 0 0.10 0.40 161.25 0.19 0.5
Hex 68 98 89 20 0 A 28 A1 13 32
Octal 150 230 211 40 0 12 50 241 23 62
Binary 1101000 10011000 10001001 100000 0 1010 101000 10100001 10011 110010

Color Harmonies of #689889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689889

Black with #689889

Text Example


Text Example

White with #689889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689889; }

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

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

background-color css

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

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

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

border-color css

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

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

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