Html Css Color HEX #67927C Patina

📋 copy color: '#67927C'

red 103 ◦ green 146 ◦ blue 124

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

Shades of Patina #67927C

Tints of Patina #67927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.14%

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

R = 27.61%
G = 39.14%
B = 33.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#67927C (or 0x67927C) is known color: Patina. HEX triplet: 67, 92 and 7C. RGB value is (103,146,124). Sum of RGB (Red+Green+Blue) = 103+146+124=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #67927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67927C is #986D83. Grayscale: #828282. Windows color (decimal): -9989508 or 8163943. OLE color: 8163943.

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

Color convert

RGB 103 146 124 -
CMYK 0.29 0 0.15 0.43
HSL 149.3º 0.17% 0.49% -
HSV(B) 149.3º 0.29% 0.57% -
XYZ 19.51 24.9 22.85 -
YUV 130.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 103 146 124 0.29 0 0.15 0.43 149.3 0.17 0.49
Hex 67 92 7C 1D 0 F 2B 95 11 31
Octal 147 222 174 35 0 17 53 225 21 61
Binary 1100111 10010010 1111100 11101 0 1111 101011 10010101 10001 110001

Color Harmonies of #67927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67927C

Black with #67927C

Text Example


Text Example

White with #67927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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