Html Css Color HEX #67947D Patina

📋 copy color: '#67947D'

red 103 ◦ green 148 ◦ blue 125

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

Shades of Patina #67947D

Tints of Patina #67947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 27.39%
G = 39.36%
B = 33.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#67947D (or 0x67947D) is known color: Patina. HEX triplet: 67, 94 and 7D. RGB value is (103,148,125). Sum of RGB (Red+Green+Blue) = 103+148+125=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #67947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67947D is #986B82. Grayscale: #838383. Windows color (decimal): -9988995 or 8229991. OLE color: 8229991.

HSL color Cylindrical-coordinate representation of color #67947D: hue angle of 149.33º 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 #67947D is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 148 125 -
CMYK 0.30 0 0.16 0.42
HSL 149.33º 0.18% 0.49% -
HSV(B) 149.33º 0.3% 0.58% -
XYZ 19.89 25.54 23.28 -
YUV 131.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 103 148 125 0.30 0 0.16 0.42 149.33 0.18 0.49
Hex 67 94 7D 1E 0 10 2A 95 12 31
Octal 147 224 175 36 0 20 52 225 22 61
Binary 1100111 10010100 1111101 11110 0 10000 101010 10010101 10010 110001

Color Harmonies of #67947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67947D

Black with #67947D

Text Example


Text Example

White with #67947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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