Html Css Color HEX #679F85 Patina

📋 copy color: '#679F85'

red 103 ◦ green 159 ◦ blue 133

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

Shades of Patina #679F85

Tints of Patina #679F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 26.08%
G = 40.25%
B = 33.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#679F85 (or 0x679F85) is known color: Patina. HEX triplet: 67, 9F and 85. RGB value is (103,159,133). Sum of RGB (Red+Green+Blue) = 103+159+133=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #679F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679F85 is #98607A. Grayscale: #8B8B8B. Windows color (decimal): -9986171 or 8757095. OLE color: 8757095.

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

Color convert

RGB 103 159 133 -
CMYK 0.35 0 0.16 0.38
HSL 152.14º 0.23% 0.51% -
HSV(B) 152.14º 0.35% 0.62% -
XYZ 22.23 29.37 26.69 -
YUV 139.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 103 159 133 0.35 0 0.16 0.38 152.14 0.23 0.51
Hex 67 9F 85 23 0 10 26 98 17 33
Octal 147 237 205 43 0 20 46 230 27 63
Binary 1100111 10011111 10000101 100011 0 10000 100110 10011000 10111 110011

Color Harmonies of #679F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679F85

Black with #679F85

Text Example


Text Example

White with #679F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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