Html Css Color HEX #68968A Patina

📋 copy color: '#68968A'

red 104 ◦ green 150 ◦ blue 138

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

Shades of Patina #68968A

Tints of Patina #68968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 26.53%
G = 38.27%
B = 35.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#68968A (or 0x68968A) is known color: Patina. HEX triplet: 68, 96 and 8A. RGB value is (104,150,138). Sum of RGB (Red+Green+Blue) = 104+150+138=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #68968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68968A is #976975. Grayscale: #868686. Windows color (decimal): -9922934 or 9082472. OLE color: 9082472.

HSL color Cylindrical-coordinate representation of color #68968A: hue angle of 164.35º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68968A is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 138 -
CMYK 0.31 0 0.08 0.41
HSL 164.35º 0.18% 0.5% -
HSV(B) 164.35º 0.31% 0.59% -
XYZ 21.2 26.59 28.06 -
YUV 134.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 104 150 138 0.31 0 0.08 0.41 164.35 0.18 0.5
Hex 68 96 8A 1F 0 8 29 A4 12 32
Octal 150 226 212 37 0 10 51 244 22 62
Binary 1101000 10010110 10001010 11111 0 1000 101001 10100100 10010 110010

Color Harmonies of #68968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68968A

Black with #68968A

Text Example


Text Example

White with #68968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68968A; }

 p { color: rgb(104,150,138); }

 H1.HeaderClassName
 {
   color: #68968A;
 }
 .AnyTagClassName
 {
   color: #68968A;
 }
</style>

background-color css

<style>
 a { background-color: #68968A; }

 a { background-color: rgb(104,150,138); }

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

border-color css

<style>
 span { border-color: #68968A; }

 span { border-color: rgb(104,150,138); }

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