Html Css Color HEX #68937E Patina

📋 copy color: '#68937E'

red 104 ◦ green 147 ◦ blue 126

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

Shades of Patina #68937E

Tints of Patina #68937E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.99%

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

R = 27.59%
G = 38.99%
B = 33.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#68937E (or 0x68937E) is known color: Patina. HEX triplet: 68, 93 and 7E. RGB value is (104,147,126). Sum of RGB (Red+Green+Blue) = 104+147+126=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #68937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68937E is #976C81. Grayscale: #838383. Windows color (decimal): -9923714 or 8295272. OLE color: 8295272.

HSL color Cylindrical-coordinate representation of color #68937E: hue angle of 150.7º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68937E is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 126 -
CMYK 0.29 0 0.14 0.42
HSL 150.7º 0.17% 0.49% -
HSV(B) 150.7º 0.29% 0.58% -
XYZ 19.91 25.32 23.58 -
YUV 131.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 104 147 126 0.29 0 0.14 0.42 150.7 0.17 0.49
Hex 68 93 7E 1D 0 E 2A 97 11 31
Octal 150 223 176 35 0 16 52 227 21 61
Binary 1101000 10010011 1111110 11101 0 1110 101010 10010111 10001 110001

Color Harmonies of #68937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68937E

Black with #68937E

Text Example


Text Example

White with #68937E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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