Html Css Color HEX #68907C Patina

📋 copy color: '#68907C'

red 104 ◦ green 144 ◦ blue 124

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

Shades of Patina #68907C

Tints of Patina #68907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

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

R = 27.96%
G = 38.71%
B = 33.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#68907C (or 0x68907C) is known color: Patina. HEX triplet: 68, 90 and 7C. RGB value is (104,144,124). Sum of RGB (Red+Green+Blue) = 104+144+124=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #68907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68907C is #976F83. Grayscale: #818181. Windows color (decimal): -9924484 or 8163432. OLE color: 8163432.

HSL color Cylindrical-coordinate representation of color #68907C: hue angle of 150º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68907C is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 124 -
CMYK 0.28 0 0.14 0.44
HSL 150º 0.16% 0.49% -
HSV(B) 150º 0.28% 0.56% -
XYZ 19.32 24.34 22.75 -
YUV 129.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 104 144 124 0.28 0 0.14 0.44 150 0.16 0.49
Hex 68 90 7C 1C 0 E 2C 96 10 31
Octal 150 220 174 34 0 16 54 226 20 61
Binary 1101000 10010000 1111100 11100 0 1110 101100 10010110 10000 110001

Color Harmonies of #68907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68907C

Black with #68907C

Text Example


Text Example

White with #68907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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