Html Css Color HEX #679C8C Patina

📋 copy color: '#679C8C'

red 103 ◦ green 156 ◦ blue 140

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

Shades of Patina #679C8C

Tints of Patina #679C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.1%

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 25.81%
G = 39.1%
B = 35.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#679C8C (or 0x679C8C) is known color: Patina. HEX triplet: 67, 9C and 8C. RGB value is (103,156,140). Sum of RGB (Red+Green+Blue) = 103+156+140=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 156 - color contains mainly: green. Hex color #679C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679C8C is #986373. Grayscale: #8A8A8A. Windows color (decimal): -9986932 or 9215079. OLE color: 9215079.

HSL color Cylindrical-coordinate representation of color #679C8C: hue angle of 161.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679C8C is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 156 140 -
CMYK 0.34 0 0.10 0.39
HSL 161.89º 0.21% 0.51% -
HSV(B) 161.89º 0.34% 0.61% -
XYZ 22.22 28.55 29.15 -
YUV 138.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 103 156 140 0.34 0 0.10 0.39 161.89 0.21 0.51
Hex 67 9C 8C 22 0 A 27 A2 15 33
Octal 147 234 214 42 0 12 47 242 25 63
Binary 1100111 10011100 10001100 100010 0 1010 100111 10100010 10101 110011

Color Harmonies of #679C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679C8C

Black with #679C8C

Text Example


Text Example

White with #679C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679C8C; }

 p { color: rgb(103,156,140); }

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

background-color css

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

 a { background-color: rgb(103,156,140); }

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

border-color css

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

 span { border-color: rgb(103,156,140); }

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