Html Css Color HEX #679E90 Patina

📋 copy color: '#679E90'

red 103 ◦ green 158 ◦ blue 144

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

Shades of Patina #679E90

Tints of Patina #679E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.01%

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 25.43%
G = 39.01%
B = 35.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#679E90 (or 0x679E90) is known color: Patina. HEX triplet: 67, 9E and 90. RGB value is (103,158,144). Sum of RGB (Red+Green+Blue) = 103+158+144=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 158 - color contains mainly: green. Hex color #679E90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679E90 is #98616F. Grayscale: #8B8B8B. Windows color (decimal): -9986416 or 9477735. OLE color: 9477735.

HSL color Cylindrical-coordinate representation of color #679E90: hue angle of 164.73º degrees, saturation: 0.22, 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 #679E90 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 158 144 -
CMYK 0.35 0 0.09 0.38
HSL 164.73º 0.22% 0.51% -
HSV(B) 164.73º 0.35% 0.62% -
XYZ 22.85 29.35 30.85 -
YUV 139.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 103 158 144 0.35 0 0.09 0.38 164.73 0.22 0.51
Hex 67 9E 90 23 0 9 26 A5 16 33
Octal 147 236 220 43 0 11 46 245 26 63
Binary 1100111 10011110 10010000 100011 0 1001 100110 10100101 10110 110011

Color Harmonies of #679E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679E90

Black with #679E90

Text Example


Text Example

White with #679E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,158,144); }

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

background-color css

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

 a { background-color: rgb(103,158,144); }

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

border-color css

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

 span { border-color: rgb(103,158,144); }

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