Html Css Color HEX #68887C Patina

📋 copy color: '#68887C'

red 104 ◦ green 136 ◦ blue 124

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

Shades of Patina #68887C

Tints of Patina #68887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

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

R = 28.57%
G = 37.36%
B = 34.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#68887C (or 0x68887C) is known color: Patina. HEX triplet: 68, 88 and 7C. RGB value is (104,136,124). Sum of RGB (Red+Green+Blue) = 104+136+124=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #68887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68887C is #977783. Grayscale: #7D7D7D. Windows color (decimal): -9926532 or 8161384. OLE color: 8161384.

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

Color convert

RGB 104 136 124 -
CMYK 0.24 0 0.09 0.47
HSL 157.5º 0.13% 0.47% -
HSV(B) 157.5º 0.24% 0.53% -
XYZ 18.15 22.01 22.36 -
YUV 125.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 104 136 124 0.24 0 0.09 0.47 157.5 0.13 0.47
Hex 68 88 7C 18 0 9 2F 9E D 2F
Octal 150 210 174 30 0 11 57 236 15 57
Binary 1101000 10001000 1111100 11000 0 1001 101111 10011110 1101 101111

Color Harmonies of #68887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68887C

Black with #68887C

Text Example


Text Example

White with #68887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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