Html Css Color HEX #67967D Patina

📋 copy color: '#67967D'

red 103 ◦ green 150 ◦ blue 125

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

Shades of Patina #67967D

Tints of Patina #67967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.68%

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

R = 27.25%
G = 39.68%
B = 33.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#67967D (or 0x67967D) is known color: Patina. HEX triplet: 67, 96 and 7D. RGB value is (103,150,125). Sum of RGB (Red+Green+Blue) = 103+150+125=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #67967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67967D is #986982. Grayscale: #858585. Windows color (decimal): -9988483 or 8230503. OLE color: 8230503.

HSL color Cylindrical-coordinate representation of color #67967D: hue angle of 148.09º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67967D is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 150 125 -
CMYK 0.31 0 0.17 0.41
HSL 148.09º 0.19% 0.5% -
HSV(B) 148.09º 0.31% 0.59% -
XYZ 20.2 26.18 23.39 -
YUV 133.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 103 150 125 0.31 0 0.17 0.41 148.09 0.19 0.5
Hex 67 96 7D 1F 0 11 29 94 13 32
Octal 147 226 175 37 0 21 51 224 23 62
Binary 1100111 10010110 1111101 11111 0 10001 101001 10010100 10011 110010

Color Harmonies of #67967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67967D

Black with #67967D

Text Example


Text Example

White with #67967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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