Html Css Color HEX #679288 Patina

📋 copy color: '#679288'

red 103 ◦ green 146 ◦ blue 136

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

Shades of Patina #679288

Tints of Patina #679288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 26.75%
G = 37.92%
B = 35.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#679288 (or 0x679288) is known color: Patina. HEX triplet: 67, 92 and 88. RGB value is (103,146,136). Sum of RGB (Red+Green+Blue) = 103+146+136=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #679288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679288 is #986D77. Grayscale: #848484. Windows color (decimal): -9989496 or 8950375. OLE color: 8950375.

HSL color Cylindrical-coordinate representation of color #679288: hue angle of 166.05º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #679288 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 146 136 -
CMYK 0.29 0 0.07 0.43
HSL 166.05º 0.17% 0.49% -
HSV(B) 166.05º 0.29% 0.57% -
XYZ 20.32 25.22 27.09 -
YUV 132 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 103 146 136 0.29 0 0.07 0.43 166.05 0.17 0.49
Hex 67 92 88 1D 0 7 2B A6 11 31
Octal 147 222 210 35 0 7 53 246 21 61
Binary 1100111 10010010 10001000 11101 0 111 101011 10100110 10001 110001

Color Harmonies of #679288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679288

Black with #679288

Text Example


Text Example

White with #679288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679288; }

 p { color: rgb(103,146,136); }

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

background-color css

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

 a { background-color: rgb(103,146,136); }

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

border-color css

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

 span { border-color: rgb(103,146,136); }

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