Html Css Color HEX #68897C Patina

📋 copy color: '#68897C'

red 104 ◦ green 137 ◦ blue 124

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

Shades of Patina #68897C

Tints of Patina #68897C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

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

R = 28.49%
G = 37.53%
B = 33.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#68897C (or 0x68897C) is known color: Patina. HEX triplet: 68, 89 and 7C. RGB value is (104,137,124). Sum of RGB (Red+Green+Blue) = 104+137+124=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #68897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68897C is #977683. Grayscale: #7D7D7D. Windows color (decimal): -9926276 or 8161640. OLE color: 8161640.

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

Color convert

RGB 104 137 124 -
CMYK 0.24 0 0.09 0.46
HSL 156.36º 0.14% 0.47% -
HSV(B) 156.36º 0.24% 0.54% -
XYZ 18.29 22.29 22.41 -
YUV 125.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 104 137 124 0.24 0 0.09 0.46 156.36 0.14 0.47
Hex 68 89 7C 18 0 9 2E 9C E 2F
Octal 150 211 174 30 0 11 56 234 16 57
Binary 1101000 10001001 1111100 11000 0 1001 101110 10011100 1110 101111

Color Harmonies of #68897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68897C

Black with #68897C

Text Example


Text Example

White with #68897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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