Html Css Color HEX #67867C Patina

📋 copy color: '#67867C'

red 103 ◦ green 134 ◦ blue 124

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

Shades of Patina #67867C

Tints of Patina #67867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 28.53%
G = 37.12%
B = 34.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#67867C (or 0x67867C) is known color: Patina. HEX triplet: 67, 86 and 7C. RGB value is (103,134,124). Sum of RGB (Red+Green+Blue) = 103+134+124=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #67867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67867C is #987983. Grayscale: #7B7B7B. Windows color (decimal): -9992580 or 8160871. OLE color: 8160871.

HSL color Cylindrical-coordinate representation of color #67867C: hue angle of 160.65º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67867C is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 134 124 -
CMYK 0.23 0 0.07 0.47
HSL 160.65º 0.13% 0.46% -
HSV(B) 160.65º 0.23% 0.53% -
XYZ 17.76 21.39 22.26 -
YUV 123.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 103 134 124 0.23 0 0.07 0.47 160.65 0.13 0.46
Hex 67 86 7C 17 0 7 2F A1 D 2E
Octal 147 206 174 27 0 7 57 241 15 56
Binary 1100111 10000110 1111100 10111 0 111 101111 10100001 1101 101110

Color Harmonies of #67867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67867C

Black with #67867C

Text Example


Text Example

White with #67867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67867C; }

 p { color: rgb(103,134,124); }

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

background-color css

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

 a { background-color: rgb(103,134,124); }

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

border-color css

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

 span { border-color: rgb(103,134,124); }

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