Html Css Color HEX #688B7F Patina

📋 copy color: '#688B7F'

red 104 ◦ green 139 ◦ blue 127

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

Shades of Patina #688B7F

Tints of Patina #688B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.57%

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

R = 28.11%
G = 37.57%
B = 34.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#688B7F (or 0x688B7F) is known color: Patina. HEX triplet: 68, 8B and 7F. RGB value is (104,139,127). Sum of RGB (Red+Green+Blue) = 104+139+127=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #688B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B7F is #977480. Grayscale: #7F7F7F. Windows color (decimal): -9925761 or 8358760. OLE color: 8358760.

HSL color Cylindrical-coordinate representation of color #688B7F: hue angle of 159.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688B7F is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 127 -
CMYK 0.25 0 0.09 0.45
HSL 159.43º 0.14% 0.48% -
HSV(B) 159.43º 0.25% 0.55% -
XYZ 18.77 22.94 23.52 -
YUV 127.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 104 139 127 0.25 0 0.09 0.45 159.43 0.14 0.48
Hex 68 8B 7F 19 0 9 2D 9F E 30
Octal 150 213 177 31 0 11 55 237 16 60
Binary 1101000 10001011 1111111 11001 0 1001 101101 10011111 1110 110000

Color Harmonies of #688B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B7F

Black with #688B7F

Text Example


Text Example

White with #688B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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