Html Css Color HEX #679980 Patina

📋 copy color: '#679980'

red 103 ◦ green 153 ◦ blue 128

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

Shades of Patina #679980

Tints of Patina #679980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.33%

R = 26.82%
G = 39.84%
B = 33.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#679980 (or 0x679980) is known color: Patina. HEX triplet: 67, 99 and 80. RGB value is (103,153,128). Sum of RGB (Red+Green+Blue) = 103+153+128=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #679980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679980 is #98667F. Grayscale: #878787. Windows color (decimal): -9987712 or 8427879. OLE color: 8427879.

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

Color convert

RGB 103 153 128 -
CMYK 0.33 0 0.16 0.4
HSL 150º 0.2% 0.5% -
HSV(B) 150º 0.33% 0.6% -
XYZ 20.88 27.22 24.58 -
YUV 135.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 103 153 128 0.33 0 0.16 0.4 150 0.2 0.5
Hex 67 99 80 21 0 10 28 96 14 32
Octal 147 231 200 41 0 20 50 226 24 62
Binary 1100111 10011001 10000000 100001 0 10000 101000 10010110 10100 110010

Color Harmonies of #679980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679980

Black with #679980

Text Example


Text Example

White with #679980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679980; }

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

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

background-color css

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

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

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

border-color css

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

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

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