Html Css Color HEX #68998D Patina

📋 copy color: '#68998D'

red 104 ◦ green 153 ◦ blue 141

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

Shades of Patina #68998D

Tints of Patina #68998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 26.13%
G = 38.44%
B = 35.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#68998D (or 0x68998D) is known color: Patina. HEX triplet: 68, 99 and 8D. RGB value is (104,153,141). Sum of RGB (Red+Green+Blue) = 104+153+141=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #68998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68998D is #976672. Grayscale: #888888. Windows color (decimal): -9922163 or 9279848. OLE color: 9279848.

HSL color Cylindrical-coordinate representation of color #68998D: hue angle of 165.31º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68998D is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 141 -
CMYK 0.32 0 0.08 0.4
HSL 165.31º 0.19% 0.5% -
HSV(B) 165.31º 0.32% 0.6% -
XYZ 21.91 27.65 29.38 -
YUV 136.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 104 153 141 0.32 0 0.08 0.4 165.31 0.19 0.5
Hex 68 99 8D 20 0 8 28 A5 13 32
Octal 150 231 215 40 0 10 50 245 23 62
Binary 1101000 10011001 10001101 100000 0 1000 101000 10100101 10011 110010

Color Harmonies of #68998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68998D

Black with #68998D

Text Example


Text Example

White with #68998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68998D; }

 p { color: rgb(104,153,141); }

 H1.HeaderClassName
 {
   color: #68998D;
 }
 .AnyTagClassName
 {
   color: #68998D;
 }
</style>

background-color css

<style>
 a { background-color: #68998D; }

 a { background-color: rgb(104,153,141); }

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

border-color css

<style>
 span { border-color: #68998D; }

 span { border-color: rgb(104,153,141); }

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