Html Css Color HEX #688A7E Patina

📋 copy color: '#688A7E'

red 104 ◦ green 138 ◦ blue 126

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

Shades of Patina #688A7E

Tints of Patina #688A7E

RGB

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

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

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

R = 28.26%
G = 37.5%
B = 34.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#688A7E (or 0x688A7E) is known color: Patina. HEX triplet: 68, 8A and 7E. RGB value is (104,138,126). Sum of RGB (Red+Green+Blue) = 104+138+126=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #688A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A7E is #977581. Grayscale: #7E7E7E. Windows color (decimal): -9926018 or 8292968. OLE color: 8292968.

HSL color Cylindrical-coordinate representation of color #688A7E: hue angle of 158.82º 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 #688A7E is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 138 126 -
CMYK 0.25 0 0.09 0.46
HSL 158.82º 0.14% 0.47% -
HSV(B) 158.82º 0.25% 0.54% -
XYZ 18.56 22.63 23.13 -
YUV 126.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 104 138 126 0.25 0 0.09 0.46 158.82 0.14 0.47
Hex 68 8A 7E 19 0 9 2E 9F E 2F
Octal 150 212 176 31 0 11 56 237 16 57
Binary 1101000 10001010 1111110 11001 0 1001 101110 10011111 1110 101111

Color Harmonies of #688A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A7E

Black with #688A7E

Text Example


Text Example

White with #688A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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