Html Css Color HEX #679F8F Patina

📋 copy color: '#679F8F'

red 103 ◦ green 159 ◦ blue 143

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

Shades of Patina #679F8F

Tints of Patina #679F8F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.26%

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 25.43%
G = 39.26%
B = 35.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#679F8F (or 0x679F8F) is known color: Patina. HEX triplet: 67, 9F and 8F. RGB value is (103,159,143). Sum of RGB (Red+Green+Blue) = 103+159+143=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 159 - color contains mainly: green. Hex color #679F8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679F8F is #986070. Grayscale: #8C8C8C. Windows color (decimal): -9986161 or 9412455. OLE color: 9412455.

HSL color Cylindrical-coordinate representation of color #679F8F: hue angle of 162.86º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679F8F is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 159 143 -
CMYK 0.35 0 0.10 0.38
HSL 162.86º 0.23% 0.51% -
HSV(B) 162.86º 0.35% 0.62% -
XYZ 22.95 29.66 30.5 -
YUV 140.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 103 159 143 0.35 0 0.10 0.38 162.86 0.23 0.51
Hex 67 9F 8F 23 0 A 26 A3 17 33
Octal 147 237 217 43 0 12 46 243 27 63
Binary 1100111 10011111 10001111 100011 0 1010 100110 10100011 10111 110011

Color Harmonies of #679F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679F8F

Black with #679F8F

Text Example


Text Example

White with #679F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,159,143); }

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

background-color css

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

 a { background-color: rgb(103,159,143); }

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

border-color css

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

 span { border-color: rgb(103,159,143); }

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