Html Css Color HEX #679182 Patina

📋 copy color: '#679182'

red 103 ◦ green 145 ◦ blue 130

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

Shades of Patina #679182

Tints of Patina #679182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.36%

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 27.25%
G = 38.36%
B = 34.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#679182 (or 0x679182) is known color: Patina. HEX triplet: 67, 91 and 82. RGB value is (103,145,130). Sum of RGB (Red+Green+Blue) = 103+145+130=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #679182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679182 is #986E7D. Grayscale: #828282. Windows color (decimal): -9989758 or 8556903. OLE color: 8556903.

HSL color Cylindrical-coordinate representation of color #679182: hue angle of 158.57º 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 #679182 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 145 130 -
CMYK 0.29 0 0.10 0.43
HSL 158.57º 0.17% 0.49% -
HSV(B) 158.57º 0.29% 0.57% -
XYZ 19.75 24.75 24.85 -
YUV 130.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 103 145 130 0.29 0 0.10 0.43 158.57 0.17 0.49
Hex 67 91 82 1D 0 A 2B 9F 11 31
Octal 147 221 202 35 0 12 53 237 21 61
Binary 1100111 10010001 10000010 11101 0 1010 101011 10011111 10001 110001

Color Harmonies of #679182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679182

Black with #679182

Text Example


Text Example

White with #679182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679182; }

 p { color: rgb(103,145,130); }

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

background-color css

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

 a { background-color: rgb(103,145,130); }

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

border-color css

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

 span { border-color: rgb(103,145,130); }

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