Html Css Color HEX #679684 Patina

📋 copy color: '#679684'

red 103 ◦ green 150 ◦ blue 132

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

Shades of Patina #679684

Tints of Patina #679684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

 BLUE value IS 132 (51.95% from 255) = 34.29%

R = 26.75%
G = 38.96%
B = 34.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#679684 (or 0x679684) is known color: Patina. HEX triplet: 67, 96 and 84. RGB value is (103,150,132). Sum of RGB (Red+Green+Blue) = 103+150+132=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #679684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679684 is #98697B. Grayscale: #858585. Windows color (decimal): -9988476 or 8689255. OLE color: 8689255.

HSL color Cylindrical-coordinate representation of color #679684: hue angle of 157.02º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679684 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 150 132 -
CMYK 0.31 0 0.12 0.41
HSL 157.02º 0.19% 0.5% -
HSV(B) 157.02º 0.31% 0.59% -
XYZ 20.66 26.36 25.83 -
YUV 133.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 103 150 132 0.31 0 0.12 0.41 157.02 0.19 0.5
Hex 67 96 84 1F 0 C 29 9D 13 32
Octal 147 226 204 37 0 14 51 235 23 62
Binary 1100111 10010110 10000100 11111 0 1100 101001 10011101 10011 110010

Color Harmonies of #679684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679684

Black with #679684

Text Example


Text Example

White with #679684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679684; }

 p { color: rgb(103,150,132); }

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

background-color css

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

 a { background-color: rgb(103,150,132); }

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

border-color css

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

 span { border-color: rgb(103,150,132); }

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