Html Css Color HEX #679989 Patina

📋 copy color: '#679989'

red 103 ◦ green 153 ◦ blue 137

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

Shades of Patina #679989

Tints of Patina #679989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

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

R = 26.21%
G = 38.93%
B = 34.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#679989 (or 0x679989) is known color: Patina. HEX triplet: 67, 99 and 89. RGB value is (103,153,137). Sum of RGB (Red+Green+Blue) = 103+153+137=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #679989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679989 is #986676. Grayscale: #888888. Windows color (decimal): -9987703 or 9017703. OLE color: 9017703.

HSL color Cylindrical-coordinate representation of color #679989: hue angle of 160.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679989 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 137 -
CMYK 0.33 0 0.10 0.4
HSL 160.8º 0.2% 0.5% -
HSV(B) 160.8º 0.33% 0.6% -
XYZ 21.5 27.47 27.84 -
YUV 136.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 103 153 137 0.33 0 0.10 0.4 160.8 0.2 0.5
Hex 67 99 89 21 0 A 28 A1 14 32
Octal 147 231 211 41 0 12 50 241 24 62
Binary 1100111 10011001 10001001 100001 0 1010 101000 10100001 10100 110010

Color Harmonies of #679989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679989

Black with #679989

Text Example


Text Example

White with #679989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679989; }

 p { color: rgb(103,153,137); }

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

background-color css

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

 a { background-color: rgb(103,153,137); }

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

border-color css

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

 span { border-color: rgb(103,153,137); }

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