Html Css Color HEX #68927C Patina

📋 copy color: '#68927C'

red 104 ◦ green 146 ◦ blue 124

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

Shades of Patina #68927C

Tints of Patina #68927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

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

R = 27.81%
G = 39.04%
B = 33.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#68927C (or 0x68927C) is known color: Patina. HEX triplet: 68, 92 and 7C. RGB value is (104,146,124). Sum of RGB (Red+Green+Blue) = 104+146+124=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #68927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68927C is #976D83. Grayscale: #828282. Windows color (decimal): -9923972 or 8163944. OLE color: 8163944.

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

Color convert

RGB 104 146 124 -
CMYK 0.29 0 0.15 0.43
HSL 148.57º 0.17% 0.49% -
HSV(B) 148.57º 0.29% 0.57% -
XYZ 19.63 24.96 22.85 -
YUV 130.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 104 146 124 0.29 0 0.15 0.43 148.57 0.17 0.49
Hex 68 92 7C 1D 0 F 2B 95 11 31
Octal 150 222 174 35 0 17 53 225 21 61
Binary 1101000 10010010 1111100 11101 0 1111 101011 10010101 10001 110001

Color Harmonies of #68927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68927C

Black with #68927C

Text Example


Text Example

White with #68927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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