Html Css Color HEX #679081 Patina

📋 copy color: '#679081'

red 103 ◦ green 144 ◦ blue 129

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

Shades of Patina #679081

Tints of Patina #679081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 27.39%
G = 38.3%
B = 34.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#679081 (or 0x679081) is known color: Patina. HEX triplet: 67, 90 and 81. RGB value is (103,144,129). Sum of RGB (Red+Green+Blue) = 103+144+129=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #679081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679081 is #986F7E. Grayscale: #828282. Windows color (decimal): -9990015 or 8491111. OLE color: 8491111.

HSL color Cylindrical-coordinate representation of color #679081: hue angle of 158.05º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #679081 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 144 129 -
CMYK 0.28 0 0.10 0.44
HSL 158.05º 0.17% 0.48% -
HSV(B) 158.05º 0.28% 0.56% -
XYZ 19.53 24.42 24.45 -
YUV 130.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 103 144 129 0.28 0 0.10 0.44 158.05 0.17 0.48
Hex 67 90 81 1C 0 A 2C 9E 11 30
Octal 147 220 201 34 0 12 54 236 21 60
Binary 1100111 10010000 10000001 11100 0 1010 101100 10011110 10001 110000

Color Harmonies of #679081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679081

Black with #679081

Text Example


Text Example

White with #679081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679081; }

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

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

background-color css

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

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

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

border-color css

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

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

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