Html Css Color HEX #689888 Patina

📋 copy color: '#689888'

red 104 ◦ green 152 ◦ blue 136

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

Shades of Patina #689888

Tints of Patina #689888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 26.53%
G = 38.78%
B = 34.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#689888 (or 0x689888) is known color: Patina. HEX triplet: 68, 98 and 88. RGB value is (104,152,136). Sum of RGB (Red+Green+Blue) = 104+152+136=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #689888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689888 is #976777. Grayscale: #878787. Windows color (decimal): -9922424 or 8951912. OLE color: 8951912.

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

Color convert

RGB 104 152 136 -
CMYK 0.32 0 0.11 0.40
HSL 160º 0.19% 0.5% -
HSV(B) 160º 0.32% 0.6% -
XYZ 21.38 27.18 27.41 -
YUV 135.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 104 152 136 0.32 0 0.11 0.40 160 0.19 0.5
Hex 68 98 88 20 0 B 28 A0 13 32
Octal 150 230 210 40 0 13 50 240 23 62
Binary 1101000 10011000 10001000 100000 0 1011 101000 10100000 10011 110010

Color Harmonies of #689888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689888

Black with #689888

Text Example


Text Example

White with #689888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689888; }

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

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

background-color css

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

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

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

border-color css

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

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

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