Html Css Color HEX #68937C Patina

📋 copy color: '#68937C'

red 104 ◦ green 147 ◦ blue 124

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

Shades of Patina #68937C

Tints of Patina #68937C

RGB

 RED value IS 104 (41.02% from 255) = 27.73%

 GREEN value IS 147 (57.81% from 255) = 39.2%

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

R = 27.73%
G = 39.2%
B = 33.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#68937C (or 0x68937C) is known color: Patina. HEX triplet: 68, 93 and 7C. RGB value is (104,147,124). Sum of RGB (Red+Green+Blue) = 104+147+124=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #68937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68937C is #976C83. Grayscale: #838383. Windows color (decimal): -9923716 or 8164200. OLE color: 8164200.

HSL color Cylindrical-coordinate representation of color #68937C: hue angle of 147.91º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68937C is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 124 -
CMYK 0.29 0 0.16 0.42
HSL 147.91º 0.17% 0.49% -
HSV(B) 147.91º 0.29% 0.58% -
XYZ 19.78 25.27 22.9 -
YUV 131.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 104 147 124 0.29 0 0.16 0.42 147.91 0.17 0.49
Hex 68 93 7C 1D 0 10 2A 94 11 31
Octal 150 223 174 35 0 20 52 224 21 61
Binary 1101000 10010011 1111100 11101 0 10000 101010 10010100 10001 110001

Color Harmonies of #68937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68937C

Black with #68937C

Text Example


Text Example

White with #68937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,147,124); }

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

background-color css

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

 a { background-color: rgb(104,147,124); }

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

border-color css

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

 span { border-color: rgb(104,147,124); }

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