Html Css Color HEX #679082 Patina

📋 copy color: '#679082'

red 103 ◦ green 144 ◦ blue 130

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

Shades of Patina #679082

Tints of Patina #679082

RGB

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

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

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

R = 27.32%
G = 38.2%
B = 34.48%

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

#679082 (or 0x679082) is known color: Patina. HEX triplet: 67, 90 and 82. RGB value is (103,144,130). Sum of RGB (Red+Green+Blue) = 103+144+130=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #679082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679082 is #986F7D. Grayscale: #828282. Windows color (decimal): -9990014 or 8556647. OLE color: 8556647.

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

Color convert

RGB 103 144 130 -
CMYK 0.28 0 0.10 0.44
HSL 159.51º 0.17% 0.48% -
HSV(B) 159.51º 0.28% 0.56% -
XYZ 19.6 24.44 24.8 -
YUV 130.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 103 144 130 0.28 0 0.10 0.44 159.51 0.17 0.48
Hex 67 90 82 1C 0 A 2C A0 11 30
Octal 147 220 202 34 0 12 54 240 21 60
Binary 1100111 10010000 10000010 11100 0 1010 101100 10100000 10001 110000

Color Harmonies of #679082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679082

Black with #679082

Text Example


Text Example

White with #679082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679082; }

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

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

background-color css

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

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

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

border-color css

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

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

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