Html Css Color HEX #679482 Patina

📋 copy color: '#679482'

red 103 ◦ green 148 ◦ blue 130

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

Shades of Patina #679482

Tints of Patina #679482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

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

R = 27.03%
G = 38.85%
B = 34.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#679482 (or 0x679482) is known color: Patina. HEX triplet: 67, 94 and 82. RGB value is (103,148,130). Sum of RGB (Red+Green+Blue) = 103+148+130=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #679482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679482 is #986B7D. Grayscale: #848484. Windows color (decimal): -9988990 or 8557671. OLE color: 8557671.

HSL color Cylindrical-coordinate representation of color #679482: hue angle of 156º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #679482 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 148 130 -
CMYK 0.30 0 0.12 0.42
HSL 156º 0.18% 0.49% -
HSV(B) 156º 0.3% 0.58% -
XYZ 20.21 25.68 25.01 -
YUV 132.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 103 148 130 0.30 0 0.12 0.42 156 0.18 0.49
Hex 67 94 82 1E 0 C 2A 9C 12 31
Octal 147 224 202 36 0 14 52 234 22 61
Binary 1100111 10010100 10000010 11110 0 1100 101010 10011100 10010 110001

Color Harmonies of #679482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679482

Black with #679482

Text Example


Text Example

White with #679482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679482; }

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

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

background-color css

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

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

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

border-color css

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

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

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