Html Css Color HEX #68887F Patina

📋 copy color: '#68887F'

red 104 ◦ green 136 ◦ blue 127

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

Shades of Patina #68887F

Tints of Patina #68887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 28.34%
G = 37.06%
B = 34.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#68887F (or 0x68887F) is known color: Patina. HEX triplet: 68, 88 and 7F. RGB value is (104,136,127). Sum of RGB (Red+Green+Blue) = 104+136+127=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #68887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68887F is #977780. Grayscale: #7D7D7D. Windows color (decimal): -9926529 or 8357992. OLE color: 8357992.

HSL color Cylindrical-coordinate representation of color #68887F: hue angle of 163.12º 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 #68887F is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 136 127 -
CMYK 0.24 0 0.07 0.47
HSL 163.13º 0.13% 0.47% -
HSV(B) 163.13º 0.24% 0.53% -
XYZ 18.34 22.08 23.37 -
YUV 125.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 104 136 127 0.24 0 0.07 0.47 163.13 0.13 0.47
Hex 68 88 7F 18 0 7 2F A3 D 2F
Octal 150 210 177 30 0 7 57 243 15 57
Binary 1101000 10001000 1111111 11000 0 111 101111 10100011 1101 101111

Color Harmonies of #68887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68887F

Black with #68887F

Text Example


Text Example

White with #68887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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