Html Css Color HEX #688A7F Patina

📋 copy color: '#688A7F'

red 104 ◦ green 138 ◦ blue 127

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

Shades of Patina #688A7F

Tints of Patina #688A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.4%

 BLUE value IS 127 (50% from 255) = 34.42%

R = 28.18%
G = 37.4%
B = 34.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#688A7F (or 0x688A7F) is known color: Patina. HEX triplet: 68, 8A and 7F. RGB value is (104,138,127). Sum of RGB (Red+Green+Blue) = 104+138+127=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 138 - color contains mainly: green. Hex color #688A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A7F is #977580. Grayscale: #7E7E7E. Windows color (decimal): -9926017 or 8358504. OLE color: 8358504.

HSL color Cylindrical-coordinate representation of color #688A7F: hue angle of 160.59º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A7F is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 138 127 -
CMYK 0.25 0 0.08 0.46
HSL 160.59º 0.14% 0.47% -
HSV(B) 160.59º 0.25% 0.54% -
XYZ 18.63 22.65 23.47 -
YUV 126.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 104 138 127 0.25 0 0.08 0.46 160.59 0.14 0.47
Hex 68 8A 7F 19 0 8 2E A1 E 2F
Octal 150 212 177 31 0 10 56 241 16 57
Binary 1101000 10001010 1111111 11001 0 1000 101110 10100001 1110 101111

Color Harmonies of #688A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A7F

Black with #688A7F

Text Example


Text Example

White with #688A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688A7F; }

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

 H1.HeaderClassName
 {
   color: #688A7F;
 }
 .AnyTagClassName
 {
   color: #688A7F;
 }
</style>

background-color css

<style>
 a { background-color: #688A7F; }

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

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

border-color css

<style>
 span { border-color: #688A7F; }

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

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