Html Css Color HEX #68867E Patina

📋 copy color: '#68867E'

red 104 ◦ green 134 ◦ blue 126

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

Shades of Patina #68867E

Tints of Patina #68867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.81%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 28.57%
G = 36.81%
B = 34.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#68867E (or 0x68867E) is known color: Patina. HEX triplet: 68, 86 and 7E. RGB value is (104,134,126). Sum of RGB (Red+Green+Blue) = 104+134+126=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 134 - color contains mainly: green. Hex color #68867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68867E is #977981. Grayscale: #7C7C7C. Windows color (decimal): -9927042 or 8291944. OLE color: 8291944.

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

Color convert

RGB 104 134 126 -
CMYK 0.22 0 0.06 0.47
HSL 164º 0.13% 0.47% -
HSV(B) 164º 0.22% 0.53% -
XYZ 18 21.5 22.94 -
YUV 124.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 104 134 126 0.22 0 0.06 0.47 164 0.13 0.47
Hex 68 86 7E 16 0 6 2F A4 D 2F
Octal 150 206 176 26 0 6 57 244 15 57
Binary 1101000 10000110 1111110 10110 0 110 101111 10100100 1101 101111

Color Harmonies of #68867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68867E

Black with #68867E

Text Example


Text Example

White with #68867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68867E; }

 p { color: rgb(104,134,126); }

 H1.HeaderClassName
 {
   color: #68867E;
 }
 .AnyTagClassName
 {
   color: #68867E;
 }
</style>

background-color css

<style>
 a { background-color: #68867E; }

 a { background-color: rgb(104,134,126); }

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

border-color css

<style>
 span { border-color: #68867E; }

 span { border-color: rgb(104,134,126); }

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