Html Css Color HEX #68927E Patina

📋 copy color: '#68927E'

red 104 ◦ green 146 ◦ blue 126

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

Shades of Patina #68927E

Tints of Patina #68927E

RGB

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

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

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

R = 27.66%
G = 38.83%
B = 33.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#68927E (or 0x68927E) is known color: Patina. HEX triplet: 68, 92 and 7E. RGB value is (104,146,126). Sum of RGB (Red+Green+Blue) = 104+146+126=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #68927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68927E is #976D81. Grayscale: #838383. Windows color (decimal): -9923970 or 8295016. OLE color: 8295016.

HSL color Cylindrical-coordinate representation of color #68927E: hue angle of 151.43º 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 #68927E is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 146 126 -
CMYK 0.29 0 0.14 0.43
HSL 151.43º 0.17% 0.49% -
HSV(B) 151.43º 0.29% 0.57% -
XYZ 19.75 25.01 23.52 -
YUV 131.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 104 146 126 0.29 0 0.14 0.43 151.43 0.17 0.49
Hex 68 92 7E 1D 0 E 2B 97 11 31
Octal 150 222 176 35 0 16 53 227 21 61
Binary 1101000 10010010 1111110 11101 0 1110 101011 10010111 10001 110001

Color Harmonies of #68927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68927E

Black with #68927E

Text Example


Text Example

White with #68927E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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