Html Css Color HEX #679987 Patina

📋 copy color: '#679987'

red 103 ◦ green 153 ◦ blue 135

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

Shades of Patina #679987

Tints of Patina #679987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.53%

R = 26.34%
G = 39.13%
B = 34.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#679987 (or 0x679987) is known color: Patina. HEX triplet: 67, 99 and 87. RGB value is (103,153,135). Sum of RGB (Red+Green+Blue) = 103+153+135=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #679987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679987 is #986678. Grayscale: #888888. Windows color (decimal): -9987705 or 8886631. OLE color: 8886631.

HSL color Cylindrical-coordinate representation of color #679987: hue angle of 158.4º 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 #679987 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 135 -
CMYK 0.33 0 0.12 0.4
HSL 158.4º 0.2% 0.5% -
HSV(B) 158.4º 0.33% 0.6% -
XYZ 21.36 27.42 27.09 -
YUV 136 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 103 153 135 0.33 0 0.12 0.4 158.4 0.2 0.5
Hex 67 99 87 21 0 C 28 9E 14 32
Octal 147 231 207 41 0 14 50 236 24 62
Binary 1100111 10011001 10000111 100001 0 1100 101000 10011110 10100 110010

Color Harmonies of #679987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679987

Black with #679987

Text Example


Text Example

White with #679987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679987; }

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

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

background-color css

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

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

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

border-color css

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

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

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