Html Css Color HEX #679F84 Patina

📋 copy color: '#679F84'

red 103 ◦ green 159 ◦ blue 132

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

Shades of Patina #679F84

Tints of Patina #679F84

RGB

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

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

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

R = 26.14%
G = 40.36%
B = 33.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#679F84 (or 0x679F84) is known color: Patina. HEX triplet: 67, 9F and 84. RGB value is (103,159,132). Sum of RGB (Red+Green+Blue) = 103+159+132=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #679F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679F84 is #98607B. Grayscale: #8B8B8B. Windows color (decimal): -9986172 or 8691559. OLE color: 8691559.

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

Color convert

RGB 103 159 132 -
CMYK 0.35 0 0.17 0.38
HSL 151.07º 0.23% 0.51% -
HSV(B) 151.07º 0.35% 0.62% -
XYZ 22.16 29.35 26.33 -
YUV 139.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 103 159 132 0.35 0 0.17 0.38 151.07 0.23 0.51
Hex 67 9F 84 23 0 11 26 97 17 33
Octal 147 237 204 43 0 21 46 227 27 63
Binary 1100111 10011111 10000100 100011 0 10001 100110 10010111 10111 110011

Color Harmonies of #679F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679F84

Black with #679F84

Text Example


Text Example

White with #679F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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